Click or drag to resize

TimeIntervalCollectionToTimeStandard 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: 24.1.418.0 (24.1.418.0)
Syntax
public TimeIntervalCollection ToTimeStandard(
	TimeStandard timeStandard
)

Parameters

timeStandard
Type: AGI.Foundation.TimeTimeStandard
The time standard to use.

Return Value

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