Duration Constructor |
Name | Description | |
---|---|---|
Duration(TimeSpan) | ||
Duration(Int32, Double) | ||
Duration(TimeSpan, TimeStandard) | ||
Duration(Int32, Double, TimeStandard) |
Initializes a new instance of Duration from a specified number
of days and seconds. It also specifies that the time is
measured using the specified time standard.
| |
Duration(Int32, Int32, Int32, Double) | ||
Duration(Int32, Int32, Int32, Double, TimeStandard) |
Initializes a new instance of Duration from a specified number
of days, hours, minutes, and seconds. It also specifies that the time is
measured using the specified time standard.
|