Click or drag to resize

JulianDate.ToTimeStandard Method

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

Parameters

timeStandard
Type: AGI.Foundation.Time.TimeStandard
The requested time standard.

Return Value

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