JulianDateTryConvertTimeStandard Method |
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool TryConvertTimeStandard(
TimeStandard timeStandard,
out JulianDate result
)
Public Function TryConvertTimeStandard (
timeStandard As TimeStandard,
<OutAttribute> ByRef result As JulianDate
) As Boolean
public:
bool TryConvertTimeStandard(
TimeStandard^ timeStandard,
[OutAttribute] JulianDate% result
)
member TryConvertTimeStandard :
timeStandard : TimeStandard *
result : JulianDate byref -> bool
Parameters
- timeStandard
- Type: AGI.Foundation.TimeTimeStandard
The requested time standard. - result
- Type: AGI.Foundation.TimeJulianDate
On return,
an equivalent JulianDate using the requested TimeStandard, if it
is capable of representing this time; otherwise MinValue.
Return Value
Type:
Boolean if this date could be converted to the requested
TimeStandard; otherwise
.
Remarks
If timeStandard is , no conversion
will be performed.
See Also