Unplanned
Last Updated: 22 Jul 2021 07:34 by ADMIN
Ketan
Created on: 22 Jul 2021 07:34
Category: TimePicker
Type: Feature Request
0
RadDateTimePicker: adopt the TimeOnly and DateOnly types released in .NET 6
Currently, RadDateTimePicker offers a Value property, typeof(DateTime) even though the control is designed to manage only date and only time values.

With releasing .NET 6, there are TimeOnly and DateOnly types which would be more appropriate for managing such values:

https://devblogs.microsoft.com/dotnet/date-time-and-time-zone-enhancements-in-net-6/   
0 comments