Click or drag to resize

JulianDate.TryConvertTimeStandard 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: 25.1.421.0 (25.1.421.0)
Syntax
public bool TryConvertTimeStandard(
	TimeStandard timeStandard,
	out JulianDate result
)

Parameters

timeStandard
Type: AGI.Foundation.Time.TimeStandard
The requested time standard.
result
Type: AGI.Foundation.Time.JulianDate
On return, an equivalent JulianDate using the requested TimeStandard, if it is capable of representing this time; otherwise MinValue.

Return Value

Type: Boolean
true if this date could be converted to the requested TimeStandard; otherwise false.
Remarks
If timeStandard is null, no conversion will be performed.
See Also