Uses of Class java.util.Date

Uses in package javax.print.attribute.standard

Constructors with parameter type java.util.Date

Creates a DateTimeAtCompleted object.
Creates a DateTimeAtCreation object.
Creates a DateTimeAtProcessing object.
Creates a JobHoldUntil object.

Uses in package javax.security.auth.kerberos

Constructors with parameter type java.util.Date

KerberosTicket.KerberosTicket(byte[] asn1Encoding, KerberosPrincipal client, KerberosPrincipal server, byte[] key, int type, boolean[] flags, Date authTime, Date startTime, Date endTime, Date renewTill, InetAddress[] clientAddresses)
Create a new ticket given all the facts about it.

Methods with return type java.util.Date

Date
Return the authentication time for this ticket.
Date
Return the end time for this ticket.
Date
Return the renewal time for this ticket.
Date
Return the start time for this ticket.

Uses in package javax.security.cert

Methods with parameter type java.util.Date

void
Check if this certificate is valid for the given date.

Methods with return type java.util.Date

Date
Returns the not after portion of this certificate's validity period.
Date
Returns the not before portion of this certificate's validity period.

Uses in package javax.print.attribute

Constructors with parameter type java.util.Date

Creates a DateTimeSyntax with a given value.

Methods with return type java.util.Date

Date
Returns the date value of this object.

Uses in package java.sql

Classes derived from java.util.Date

class
This class is a wrapper around java.util.Date to allow the JDBC driver to identify the value as a SQL Date.
class
This class is a wrapper around java.util.Date to allow the JDBC driver to identify the value as a SQL Time.
class
This class is a wrapper around java.util.Date to allow the JDBC driver to identify the value as a SQL Timestamp.

Methods with parameter type java.util.Date

int
Compares this Timestamp to another one.

Uses in package javax.xml.datatype

Methods with parameter type java.util.Date

void
Adds this duration to the specified date.
long
Returns the duration length in milliseconds.

Uses in package java.security.cert

Methods with parameter type java.util.Date

void
Checks the validity of the X.509 certificate for the specified time and date.
void
Sets the date at which certificates must be valid.
void
Sets the date for which the certificate path should be validated, or null if the current time should be used.
void
Sets the date at which this CRL must be valid.
void
This method, and its related X.509 certificate extension — the private key usage period — is not supported under the Internet PKI for X.509 certificates (PKIX), described in RFC 3280.

Methods with return type java.util.Date

Date
Returns the date at which certificates must be valid, or null if this criterion was not set.
Date
Returns the date for which the certificate path should be validated, or null if the current time should be used.
Date
Returns the date when this CRL must be valid; that is, the date must be after the thisUpdate date, but before the nextUpdate date.
Date
Date
Returns the date that this certificate is not to be used after, notAfter.
Date
Returns the date that this certificate is not to be used before, notBefore.
Date
This method, and its related X.509 certificate extension — the private key usage period — is not supported under the Internet PKI for X.509 certificates (PKIX), described in RFC 3280.
Date
Gets the revocation date in revocationDate for this X509CRLEntry.
Date
Returns the thisUpdate date of the CRL.

Uses in package java.text

Methods with parameter type java.util.Date

String
Formats the date argument according to the pattern specified.
StringBuffer
This method formats a Date into a string and appends it to the specified StringBuffer.
StringBuffer
void
Sets the start of the century used for two digit years.

Methods with return type java.util.Date

Date
Returns the start of the century used for two digit years.
Date
This method parses the specified date/time string.
Date
This method parses the specified String into a Date.
Date
This method parses the specified string into a date.

Uses in package java.security

Methods with return type java.util.Date

Date
Gets entry creation date for the specified alias.
Date
Gets entry creation date for the specified alias.

Uses in package java.util

Methods with parameter type java.util.Date

boolean
Date.after(Date when)
Tests if this date is after the specified date.
boolean
Tests if this date is before the specified date.
int
Compares two dates.
boolean
Determines if the given date is in daylight savings time.
boolean
Returns true, if the given date is in Daylight Savings Time in this time zone.
void
Schedules the task at the specified data for one time execution.
void
Timer.schedule(TimerTask task, Date date, long period)
Schedules the task at the specified date and reschedules the task every period milliseconds after the last execution of the task finishes until this timer or the task is canceled.
void
Timer.scheduleAtFixedRate(TimerTask task, Date date, long period)
Schedules the task at the specified date and reschedules the task at a fixed rate every period milliseconds until this timer or the task is canceled.
void
Sets the date of the switch from Julian dates to Gregorian dates.
void
Sets this Calendar's time to the given Date.

Methods with return type java.util.Date

Date
Gets the date of the switch from Julian dates to Gregorian dates.
Date
Converts the time represented by this object to a Date-Object.

Uses in package javax.swing

Constructors with parameter type java.util.Date

SpinnerDateModel.SpinnerDateModel(Date value, Comparable<T> start, Comparable<T> end, int calendarField)
Constructs a SpinnerDateModel with the specified value, lower and upper bounds, and which spins the specified calendar field.

Methods with return type java.util.Date

Date
Returns the current date/time.