Sprache

DatePicker.DateTime Property

Definition

Gets or sets the date selected in this picker.

public DateTime DateTime { get; set; }
member this.DateTime : DateTime with get, set

Property Value

The current date time value.

Remarks

Only the year, month, and day components are used when setting the value. This property converts between .NET's 1-based month and Android's 0-based month.

Applies to