Returns a TimeOfDay that represents a specified time, where the specification is in units of ticks.
Namespace:
DlhSoft.Windows.Data
Assembly:
DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
C# |
---|
public static TimeOfDay FromTicks( long value ) |
Visual Basic (Declaration) |
---|
Public Shared Function FromTicks ( _ value As Long _ ) As TimeOfDay |
Parameters
- value
- Type: System..::.Int64
A number of ticks that represent a time.