Represents a time of day.
Namespace:
Mindscape.WpfElementsAssembly: Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)
Syntax
| C# |
|---|
[TypeConverterAttribute(typeof(TimeOfDayConverter))] public struct TimeOfDay : IComparable<TimeOfDay> |
| Visual Basic (Declaration) |
|---|
<TypeConverterAttribute(GetType(TimeOfDayConverter))> _ Public Structure TimeOfDay _ Implements IComparable(Of TimeOfDay) |