Convert.toTime

Converts the specified "time" representation (time of day with optional fractional seconds) into the corresponding duration since midnight.

  1. T toTime(string value)
  2. T toTime(string value)
    class Convert
    static
    T
    toTime
    (
    T : Duration = Duration
    )
    (
    string value
    )

Throws

XmlException on validity violation.

Meta