Page History
...
Member of Unicode Intrinsic Functions (PRIM_LIBI.IUnicodeIntrinsics)
Parameters
Name | Type | Data Type | Description |
|---|---|---|---|
Result | *Result (Optional) | Boolean | True if the string is a valid Gregorian Year |
Details
IsGregorianYear will return True if the variable can be converted to a valid Gregorian Year.
...
Gregorian Year format is CCYY+HH:MM
Example
In this example, #Variable is tested before being assigned to #Result
...