FemtoIDE Java API  v0.0.18b
java.util.Date Class Reference

Public Member Functions

 Date ()
 Allocates a Date object and initializes it so that it represents the time at which it was allocated, measured to the nearest millisecond.
 
 Date (long date)
 Allocates a Date object and initializes it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
 
long getTime ()
 Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Date object.
 
boolean after (Date when)
 Tests if this date is after the specified date.
 
boolean before (Date when)
 Tests if this date is before the specified date.
 
boolean equal (Date when)
 
Date clone ()
 
int getDay ()
 

Member Function Documentation

◆ clone()

Date java.util.Date.clone ( )

Return a copy of this object.

Note
This function is non-standard

◆ equal()

boolean java.util.Date.equal ( Date  when)

Compares two dates for equality.

Note
This function is non-standard

The documentation for this class was generated from the following file: