| 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Date | |
| java.security | |
| java.security.cert | |
| java.sql | |
| java.text | |
| java.util | |
| Uses of Date in java.security | 
| Methods in java.security that return Date | |
 Date | 
KeyStore.getCreationDate(String alias)
Returns the creation date of the entry identified by the given alias.  | 
abstract  Date | 
KeyStoreSpi.engineGetCreationDate(String alias)
Returns the creation date of the entry identified by the given alias.  | 
| Uses of Date in java.security.cert | 
| Methods in java.security.cert that return Date | |
abstract  Date | 
X509Certificate.getNotBefore()
Gets the notBefore date from the validity period of 
 the certificate. | 
abstract  Date | 
X509Certificate.getNotAfter()
Gets the notAfter date from the validity period of 
 the certificate. | 
abstract  Date | 
X509CRLEntry.getRevocationDate()
Gets the revocation date from this X509CRLEntry, the revocationDate.  | 
abstract  Date | 
X509CRL.getThisUpdate()
Gets the thisUpdate date from the CRL. | 
abstract  Date | 
X509CRL.getNextUpdate()
Gets the nextUpdate date from the CRL. | 
| Methods in java.security.cert with parameters of type Date | |
abstract  void | 
X509Certificate.checkValidity(Date date)
Checks that the given date is within the certificate's validity period.  | 
| Uses of Date in java.sql | 
| Subclasses of Date in java.sql | |
 class | 
Date
A thin wrapper around a millisecond value that allows JDBC to identify this as a SQL DATE.  | 
 class | 
Time
A thin wrapper around java.util.Date that allows
 JDBC to identify this as a SQL TIME value. | 
 class | 
Timestamp
A thin wrapper around java.util.Date that allows
 the JDBC API to identify this as an SQL TIMESTAMP value. | 
| Uses of Date in java.text | 
| Methods in java.text that return Date | |
 Date | 
DateFormat.parse(String text)
Parse a date/time string.  | 
abstract  Date | 
DateFormat.parse(String text,
      ParsePosition pos)
Parse a date/time string according to the given parse position.  | 
 Date | 
SimpleDateFormat.get2DigitYearStart()
Returns the beginning date of the 100-year period 2-digit years are interpreted as being within.  | 
 Date | 
SimpleDateFormat.parse(String text,
      ParsePosition pos)
Overrides DateFormat  | 
| Methods in java.text with parameters of type Date | |
abstract  StringBuffer | 
DateFormat.format(Date date,
       StringBuffer toAppendTo,
       FieldPosition fieldPosition)
Formats a Date into a date/time string.  | 
 String | 
DateFormat.format(Date date)
Formats a Date into a date/time string.  | 
 void | 
SimpleDateFormat.set2DigitYearStart(Date startDate)
Sets the 100-year period 2-digit years will be interpreted as being in to begin on the date the user specifies.  | 
 StringBuffer | 
SimpleDateFormat.format(Date date,
       StringBuffer toAppendTo,
       FieldPosition pos)
Overrides DateFormat  | 
| Uses of Date in java.util | 
| Methods in java.util that return Date | |
 Date | 
Calendar.getTime()
Gets this Calendar's current time.  | 
 Date | 
GregorianCalendar.getGregorianChange()
Gets the Gregorian Calendar change date.  | 
| Methods in java.util with parameters of type Date | |
 boolean | 
Date.before(Date when)
Tests if this date is before the specified date.  | 
 boolean | 
Date.after(Date when)
Tests if this date is after the specified date.  | 
 int | 
Date.compareTo(Date anotherDate)
Compares two Dates for ordering.  | 
abstract  boolean | 
TimeZone.inDaylightTime(Date date)
Queries if the given date is in daylight savings time in this time zone.  | 
 boolean | 
SimpleTimeZone.inDaylightTime(Date date)
Overrides TimeZone Queries if the given date is in Daylight Savings Time.  | 
 void | 
Calendar.setTime(Date date)
Sets this Calendar's current time with the given Date.  | 
 void | 
GregorianCalendar.setGregorianChange(Date date)
Sets the GregorianCalendar change date.  | 
 void | 
Timer.schedule(TimerTask task,
         Date time)
Schedules the specified task for execution at the specified time.  | 
 void | 
Timer.schedule(TimerTask task,
         Date firstTime,
         long period)
Schedules the specified task for repeated fixed-delay execution, beginning at the specified time.  | 
 void | 
Timer.scheduleAtFixedRate(TimerTask task,
                    Date firstTime,
                    long period)
Schedules the specified task for repeated fixed-rate execution, beginning at the specified time.  | 
  | 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A.  All Rights Reserved.