Initializes a new instance of the TimeOfDay structure to the specified number of ticks.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public TimeOfDay(
	long ticks
)
Visual Basic (Declaration)
Public Sub New ( _
	ticks As Long _
)

Parameters

ticks
Type: System..::.Int64
A time period expressed in 100-nanosecond units.

See Also