Click or drag to resize

Duration Constructor (TimeSpan, TimeStandard)

Initializes a new Duration from a TimeSpan. It also specifies that the time is measured using the specified time standard.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Duration(
	TimeSpan timeSpan,
	TimeStandard standard
)

Parameters

timeSpan
Type: SystemTimeSpan
The time span.
standard
Type: AGI.Foundation.TimeTimeStandard
The time standard in which the span is measured.
See Also