Click or drag to resize

TimeStandardConverter.IsConversionDefined Method

Determines if a conversion between two TimeStandards has been defined.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static bool IsConversionDefined(
	TimeStandard from,
	TimeStandard to
)

Parameters

from
Type: AGI.Foundation.Time.TimeStandard
The source time standard.
to
Type: AGI.Foundation.Time.TimeStandard
The destination time standard.

Return Value

Type: Boolean
true if a conversion is defined; otherwise false.
See Also