Convert.to

Converts the specified representation into its time-of-day value.

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

Throws

DateTimeException on syntax error.

Meta