TimeSpan Constructor
Overload List
Name | Description | |
---|---|---|
![]() |
TimeSpan(Int64) |
Initializes a new instance of the TimeSpan structure to the specified number of ticks.
|
![]() |
TimeSpan(Int32, Int32, Int32) |
Initializes a new instance of the TimeSpan structure to a specified number of hours, minutes, and seconds.
|
![]() |
TimeSpan(Int32, Int32, Int32, Int32) |
Initializes a new instance of the TimeSpan structure to a specified number of days, hours, minutes, and seconds.
|
![]() |
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.
|