CreateDateTimeFromMilliseconds
Creates a DateTime from milliseconds since 1970, 00:00:00 GMT.
| Property | Type | Description |
|---|---|---|
| DateTimeMilliseconds | Number | Example: 1457586000000 will create a date representing 03/10/2016 |
| CenturyIncluded | Boolean | This property is false by default. Example: If property equals true, then 11457586000000 (note the extra 1) will create the same date in example above. |
