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.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.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 |