Convert.to

Converts the specified representation into its duration value. For decimal fractions, digits representing less than one millisecond are disregarded.

  1. T to(string value)
  2. T to(string value)
  3. T to(string value)
  4. T to(string value)
    class Convert
    static
    T
    to
    (
    T : Duration
    )
    (
    string value
    )

Throws

TimeException on syntax error.

Meta