parseTimeOfDay

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

alias parseTimeOfDay = parseTimeLike!TimeOfDay

Meta