parseTimeOfDayUsing

Parse the given string into a TimeOfDay, using the format spec fmt. This version parses fmt at runtime. Fields which are not representable in a TimeOfDay, such as year/month/day or timezone, are parsed but silently discarded.

alias parseTimeOfDayUsing = parseTimeLikeUsing!TimeOfDay

Meta