Click or drag to resize

JulianDateToTimeStandard Method

Converts this JulianDate to 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 JulianDate ToTimeStandard(
	TimeStandard timeStandard
)

Parameters

timeStandard
Type: AGI.Foundation.TimeTimeStandard
The requested time standard.

Return Value

Type: JulianDate
An equivalent JulianDate using the requested time standard.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown if the specified TimeStandard is not capable of representing this JulianDate.
Remarks
If timeStandard is , no conversion will be performed.
See Also