Overload List

  NameDescription
TimeOfDay(Int64)
Initializes a new instance of the TimeOfDay structure to the specified number of ticks.
TimeOfDay(TimeSpan)
Initializes a new instance of the TimeOfDay structure.
TimeOfDay(Int32, Int32, Int32)
Initializes a new instance of the TimeOfDay structure to a specified number of hours, minutes, and seconds.
TimeOfDay(Int32, Int32, Int32, Int32)
Initializes a new instance of the TimeOfDay structure to a specified number of days, hours, minutes, and seconds.
TimeOfDay(Int32, Int32, Int32, Int32, Int32)
Initializes a new instance of the TimeOfDay structure to a specified number of days, hours, minutes, seconds, and milliseconds.

See Also