User Tools

Site Tools


date_four_byte_date_.htm
Navigation:  Language Reference > 3 - Variable Declarations > Data Types >====== DATE (four-byte date) ====== Previous pageReturn to chapter overviewNext page
label DATE [,DIM( )] [,OVER( )] [,NAME( )] [,EXTERNAL] [,DLLL] [,STATIC] [,THREAD] [,AUTO] [,PRIVATE] [,PROTECTED]

blk2blue.jpg

DATE A four-byte date.

Format:    year      mm     dd

      | …….. | …. | …. |

Bits: 31         15      7      0

Range:

year:  1 to 9999

month: 1 to 12

day:   1 to 31

DIM Dimension the variable as an array.
OVER Share a memory location with another variable.
NAME Specify an alternate, “external” name for the field.
EXTERNAL Specify the variable is defined, and its memory is allocated, in an external library. Not valid within FILE, QUEUE, or GROUP declarations.
DLL Specify the variable is defined in a .DLL.
date_four_byte_date_.htm.txt · Last modified: 2023/02/03 03:53 by carlbarnes