Enum DateSelectionMode
Specifies the selection mode of the calendar.
Namespace: TimeCockpit.Data.DataModel.View
Assembly: TimeCockpit.Data.dll
Syntax
public enum DateSelectionMode
Fields
Name | Description |
---|---|
Day | The user is able to select Days. The calendar shows one or more months for choosing dates. |
Month | The user is able to select Months. The calendar displays the months of one or more years. |
Year | The user is able to select Years. The calendar displays one or more decades (10s) of years. |