Represents a time of day.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public struct TimeOfDay : IComparable<TimeOfDay>
Visual Basic
Public Structure TimeOfDay _
	Implements IComparable(Of TimeOfDay)
Visual C++
public value class TimeOfDay : IComparable<TimeOfDay>

See Also