The TimeSlot type exposes the following members.

Methods

  NameDescription
CompareTo
Compares this TimeSlot to another.
OnPropertyChanged
Raises the PropertyChanged event.
(Inherited from ViewModelBase.)
Set<(Of <(T>)>)
Sets the specified field, raising the PropertyChanged event if required.
(Inherited from ViewModelBase.)

Properties

  NameDescription
DateTime
Gets the time of the TimeSlot.
Hour
Gets the hour of the TimeSlot.
IsSelected
Gets whether the TimeSlot is selected.
Minute
Gets the minute of the TimeSlot.
TimeSlotState
Gets the display status of the TimeSlot.

Events

  NameDescription
PropertyChanged
Occurs when a property value changes.
(Inherited from ViewModelBase.)

See Also