Returns a TimeOfDay that represents a specified time, where the specification is in units of ticks.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.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.

Return Value

A TimeOfDay with a value of value.

See Also