Gets the seconds 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 Seconds { get; }
Visual Basic (Declaration)
Public ReadOnly Property Seconds As Integer

See Also