Click or drag to resize

TimeInterval.ToTimeStandard 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: 25.1.421.0 (25.1.421.0)
Syntax
public TimeInterval ToTimeStandard(
	TimeStandard timeStandard
)

Parameters

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

Return Value

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