Click or drag to resize

TimeIntervalCollection<T>.ToTimeStandard Method

Converts all times in this time interval collection to be the specified time standard.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public TimeIntervalCollection<T> ToTimeStandard(
	TimeStandard timeStandard
)

Parameters

timeStandard
Type: AGI.Foundation.Time.TimeStandard
The time standard to use.

Return Value

Type: TimeIntervalCollection<T>
A copy of this collection with the new time standard.
See Also