4 references to ToDateTime
Microsoft.Maui.Controls.Compatibility (4)
iOS\Extensions\CookieExtensions.cs (1)
25 Expires = nscookie.ExpiresDate.ToDateTime(),
iOS\Renderers\DatePickerRenderer.cs (2)
179 if (_picker.Date.ToDateTime().Date != Element.Date.Date) 214 ElementController.SetValueFromRenderer(DatePicker.DateProperty, _picker.Date.ToDateTime().Date);
iOS\Renderers\TimePickerRenderer.cs (1)
257 ElementController.SetValueFromRenderer(TimePicker.TimeProperty, _picker.Date.ToDateTime() - new DateTime(1, 1, 1));