Convert.toTime

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

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

Throws

XmlException on validity violation.

Meta