Click or drag to resize

DateTimePickerMode Enumeration

Modes for the DateTimePicker

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[FlagsAttribute]
public enum DateTimePickerMode
Members
  Member nameValueDescription
Date1 Show only the date component
Time2 Show only the time component
DateTime3 Show both the date and time components
See Also