Search
Duration Constructor
See Also
 






 Overload List

Name Description

Duration ()

Initializes a new instance of the Duration class with zero length.

Duration (Duration)

Initializes a new instance of the Duration class, storing specified java.time.Duration.

Duration (Int32, Int32, Int32)

Initializes a new instance of the Duration class with the specified duration.

Duration (Int32, Int32, Int32, Int32)

Initializes a new instance of the Duration class with the specified values.

Duration (Int32, Int32, Int32, Int32, Int32)

Initializes a new instance of the Duration class with the specified value.

Duration (Int64)

Initializes a new instance of the Duration class with the specified length.

 See Also