-
Notifications
You must be signed in to change notification settings - Fork 342
Closed
Labels
Description
LocalTime has methods the following factory methods:
FromSecondsSinceMidnight()FromMillisecondsSinceMidnight()FromTicksSinceMidnight()
Could a FromMinutesSinceMidnight() method be added? It would be useful for something I am trying to do (we currently store a local time in minutes since midnight in our DB, so this method would make the conversion from DB types into NodaTime types easier).
A FromHoursSinceMidnight() method would complete the set, but I can't see it being as useful because you can just call the hour/minute ctor with 0 minutes.
Reactions are currently unavailable