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.2.419.0 (24.2.419.0)
Syntax public static bool IsConversionDefined(
TimeStandard from,
TimeStandard to
)
Public Shared Function IsConversionDefined (
from As TimeStandard,
to As TimeStandard
) As Boolean
public:
static bool IsConversionDefined(
TimeStandard^ from,
TimeStandard^ to
)
static member IsConversionDefined :
from : TimeStandard *
to : TimeStandard -> bool
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