Click or drag to resize

TimeStandardConverterConvert Method

Converts the specified JulianDate to the specified TimeStandard.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static JulianDate Convert(
	JulianDate value,
	TimeStandard to
)

Parameters

value
Type: AGI.Foundation.TimeJulianDate
The JulianDate to convert.
to
Type: AGI.Foundation.TimeTimeStandard
The TimeStandard to convert value to.

Return Value

Type: JulianDate
A JulianDate equivalent to value in the new TimeStandard.
See Also