DatePicker.DateTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.