 | 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.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool IsPartOfDateValue()
Public Function IsPartOfDateValue As Boolean
public:
bool IsPartOfDateValue()
Return Value
Booleantrue, if the type code is a date part;
false otherwise.
See Also