JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

expand all

Profile: desktop, common

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

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
public-initinstantLongthe instant at which this DateTime was instantiated

The instant value represented by the number of milliseconds since the Epoch (1970-01-01T00:00:00Z).

Inherited Variables

Script Function Summary

Function Summary

Inherited Functions