1 implementation of Date
Microsoft.Maui.Controls (1)
DatePicker\DatePicker.cs (1)
233
DateTime IDatePicker.
Date
3 references to Date
Microsoft.Maui (2)
Handlers\DatePicker\DatePickerHandler.cs (2)
31
[nameof(IDatePicker.
Date
)] = MapDate,
87
/// Maps the abstract <see cref="IDatePicker.
Date
"/> property to the platform-specific implementations.
Microsoft.Maui.Controls (1)
ViewExtensions.cs (1)
405
text = dp.
Date
.ToString();