JulianDateToTimeStandard Method |
Converts this
JulianDate to the specified time standard.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic JulianDate ToTimeStandard(
TimeStandard timeStandard
)
Public Function ToTimeStandard (
timeStandard As TimeStandard
) As JulianDate
public:
JulianDate ToTimeStandard(
TimeStandard^ timeStandard
)
member ToTimeStandard :
timeStandard : TimeStandard -> JulianDate
Parameters
- timeStandard
- Type: AGI.Foundation.TimeTimeStandard
The requested time standard.
Return Value
Type:
JulianDateAn equivalent
JulianDate using the requested time standard.
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException |
Thrown when the specified TimeStandard is not capable of
representing this JulianDate.
|
Remarks
If timeStandard is , no conversion will be performed.
See Also