Click or drag to resize

TimeStandardConverterRegisterConversion Method

Registers a new conversion between time standards.

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 void RegisterConversion(
	TimeStandard from,
	TimeStandard to,
	FormatConversionCallback<JulianDate, TimeStandard> conversion
)

Parameters

from
Type: AGI.Foundation.TimeTimeStandard
The time standard that the conversion method converts from.
to
Type: AGI.Foundation.TimeTimeStandard
The time standard that the conversion method converts to.
conversion
Type: AGI.Foundation.InfrastructureFormatConversionCallbackJulianDate, TimeStandard
The conversion method.
See Also