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.Data
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.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

See Also