Click or drag to resize

DateTimePickerValue Property

Gets or sets the value of the date/time picker. Null to display blank or with a unchecked checkbox.

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

Property Value

Type: NullableDateTime
The current value.
See Also