Click or drag to resize

TimeStandardConverterIsConversionDefined 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: 24.1.418.0 (24.1.418.0)
Syntax
public static bool IsConversionDefined(
	TimeStandard from,
	TimeStandard to
)

Parameters

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

Return Value

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