Represents a time of day.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.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