Represents a time of the day, typically expressed as a time span passed between the start of the day and that time.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
C# |
---|
[SerializableAttribute] [ComVisibleAttribute(true)] public struct TimeOfDay : IEquatable<TimeOfDay>, IComparable<TimeOfDay>, IComparable |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ <ComVisibleAttribute(True)> _ Public Structure TimeOfDay _ Implements IEquatable(Of TimeOfDay), IComparable(Of TimeOfDay), _ IComparable |