Click or drag to resize

DateTimePickerIHandlerValue Property

Gets or sets the value of the date/time picker

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
Nullable<DateTime> Value { get; set; }

Property Value

Type: NullableDateTime
The current value.
See Also