Specifies the time of day associated with the Today button on a calendar control.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public enum TodayButtonTimeAction
Visual Basic (Declaration)
Public Enumeration TodayButtonTimeAction

Members

Member nameDescription
Zero
When the user selects the Today button, only the current date is used, and the time of day is zeroed.
Preserve
When the user selects the Today button, the current date is used, and the previously selected time of day is retained.
Now
When the user selects the Today button, the current time of day is used.

See Also