Bridge

TimeSpan Constructor

Overload List


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