Click or drag to resize

CaexValueIsPartOfDateValue Method

Determines if the type code derived from the Attribute datatype defined a part of a date. The datatype ushort is used for a date part. The following type codes are recognized as date parts:

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public bool IsPartOfDateValue()

Return Value

Boolean
true, if the type code is a date part; false otherwise.
See Also