Function TimePoint.fromString

Build a TimePoint for a human-readable representation Format is the same as toString

static TimePoint fromString (
  scope const(char)[] str
) @safe;