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 As Nullable(Of DateTime)
Get
Set
abstract Value : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeThe current value.
See Also