Gets the milliseconds component of the time interval represented by the current TimeOfDay structure.

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

Syntax

C#
public int Milliseconds { get; }
Visual Basic (Declaration)
Public ReadOnly Property Milliseconds As Integer

See Also