Search code examples
c#.netblazortimepickermudblazor

C# MudBlazor MudTimePicker select 24:00 instead of 00:00


I am using the MudTimePicker MudBlazor for a C# Project.

I need to be able to select a Timespane from 00:00 to 24:00.

Does anyone know how i could do this with Mudblazor?

Yes, i could just interpret 00:00 as 24:00 in the "to" field but this feels more like a hack.


Solution

  • 24:00 does not exist in day.

    Max value/end of day: 23:59:59.9999999

    https://learn.microsoft.com/en-us/powerquery-m/date-endofday