When defining a constant value, the value of a constant can be a simple literal value or an expression constructed using literals and other constants. For details about literal types, see "
You can define the value for a constant whose primitive type is not a specific literal format by using a typecast of a
Primitive Type | Value Expression |
---|---|
|
"31/12/2007".Date |
|
"14:34:23.123".Time |
|
"31/12/2007, 14:34:23:123".TimeStamp |
|
"1,7".Point |
|
0.Byte |
For details about typecasting, see "