Overview
DateTime represents a specific instant in time, with
millisecond precision. Unlike java.util.Date,
DateTime supports the "proleptic Gregorian calendar"
(the pure Gregorian calendar with no Julian-Gregorian transition).
Profile: common
Variable Summary
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public-init | instant | Long | ![]() | ![]() | the instant at which this DateTime was instantiated |
The instant value represented by the number of milliseconds since the Epoch (1970-01-01T00:00:00Z). |
