parseTimeUsing

Parse the given string into a SysTime, using the format spec fmt. This version parses fmt at runtime.

alias parseTimeUsing = parseTimeLikeUsing!SysTime

Meta