Datetime Fields |
The Datetime type exposes the following members.
Name | Description | |
---|---|---|
DATE |
Date part bitmask.
| |
DAY_OF_MONTH_PART |
Day of month part bitmask.
| |
HOUR_PART |
Hour part bitmask.
| |
MICROSECOND_PART |
Microsecond part bitmask.
| |
MILLISECOND_PART |
Millisecond part bitmask.
| |
MINUTE_PART |
Minute part bitmask.
| |
MONTH_PART |
Month part bitmask.
| |
NANOSECOND_PART |
Nanosecond part bitmask.
| |
PICOSECOND_PART |
Picosecond part bitmask.
| |
SECOND_PART |
Second part bitmask.
| |
TIME |
Time part bitmask without millisecond.
| |
TIME_ZONE_OFFSET |
Timezone offset part bitmask.
| |
TIMEMILLI |
Time part bitmask with millisecond.
| |
YEAR_PART |
Year part bitmask.
|