Click or drag to resize

JulianDateTryConvertTimeStandard Method

Try to convert this JulianDate to the specified TimeStandard, if the specified TimeStandard is capable of representing this time.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool TryConvertTimeStandard(
	TimeStandard timeStandard,
	out JulianDate result
)

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