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

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

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

See Also