Click or drag to resize

TimeIntervalToTimeStandard Method

Returns a TimeInterval equivalent to this one where the time standard of the start and end dates has been converted to the specified 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 TimeInterval ToTimeStandard(
	TimeStandard timeStandard
)

Parameters

timeStandard
Type: AGI.Foundation.TimeTimeStandard
The time standard of the new interval.

Return Value

Type: TimeInterval
An equivalent interval with the new time standard.
See Also