
正文
Java-API:java.util.Date
提示:扫一扫查出行【扫一扫了解最新限行尾号】
复制提示
| ylbtech-Java-API:java.util.Date |
Module java.base
Package java.util
Class Date
- java.lang.Object
-
- java.util.Date
-
- All Implemented Interfaces:
-
Serializable,Cloneable,Comparable<Date>
- Direct Known Subclasses:
-
Date,Time,Timestamp
| 1. 返回顶部 |
1、
-
Constructor Summary
Constructors Constructor Description Date()Allocates aDateobject and initializes it so that it represents the time at which it was allocated, measured to the nearest millisecond.Date(int year, int month, int date)Deprecated.As of JDK version 1.1, replaced byCalendar.set(year + 1900, month, date)orGregorianCalendar(year + 1900, month, date).Date(int year, int month, int date, int hrs, int min)Deprecated.As of JDK version 1.1, replaced byCalendar.set(year + 1900, month, date, hrs, min)orGregorianCalendar(year + 1900, month, date, hrs, min).Date(int year, int month, int date, int hrs, int min, int sec)Deprecated.As of JDK version 1.1, replaced byCalendar.set(year + 1900, month, date, hrs, min, sec)orGregorianCalendar(year + 1900, month, date, hrs, min, sec).Date(long date)Allocates aDateobject 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.Date(String s)Deprecated.As of JDK version 1.1, replaced byDateFormat.parse(String s).
-
Method Summary
All MethodsStatic MethodsInstance MethodsConcrete MethodsDeprecated Methods Modifier and Type Method Description booleanafter(Date when)Tests if this date is after the specified date.booleanbefore(Date when)Tests if this date is before the specified date.Objectclone()Return a copy of this object.intcompareTo(Date anotherDate)Compares two Dates for ordering.booleanequals(Object obj)Compares two dates for equality.static Datefrom(Instant instant)Obtains an instance ofDatefrom anInstantobject.intgetDate()Deprecated.As of JDK version 1.1, replaced byCalendar.get(Calendar.DAY_OF_MONTH).intgetDay()Deprecated.As of JDK version 1.1, replaced byCalendar.get(Calendar.DAY_OF_WEEK).intgetHours()Deprecated.As of JDK version 1.1, replaced byCalendar.get(Calendar.HOUR_OF_DAY).intgetMinutes()Deprecated.As of JDK version 1.1, replaced byCalendar.get(Calendar.MINUTE).intgetMonth()Deprecated.As of JDK version 1.1, replaced byCalendar.get(Calendar.MONTH).intgetSeconds()Deprecated.As of JDK version 1.1, replaced byCalendar.get(Calendar.SECOND).longgetTime()Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by thisDateobject.intgetTimezoneOffset()Deprecated.As of JDK version 1.1, replaced by-(Calendar.get(Calendar.ZONE_OFFSET) + Calendar.get(Calendar.DST_OFFSET)) / (60 * 1000).intgetYear()Deprecated.As of JDK version 1.1, replaced byCalendar.get(Calendar.YEAR) - 1900.inthashCode()Returns a hash code value for this object.static longparse(String s)Deprecated.As of JDK version 1.1, replaced byDateFormat.parse(String s).voidsetDate(int date)Deprecated.As of JDK version 1.1, replaced byCalendar.set(Calendar.DAY_OF_MONTH, int date).voidsetHours(int hours)Deprecated.As of JDK version 1.1, replaced byCalendar.set(Calendar.HOUR_OF_DAY, int hours).voidsetMinutes(int minutes)Deprecated.As of JDK version 1.1, replaced byCalendar.set(Calendar.MINUTE, int minutes).voidsetMonth(int month)Deprecated.As of JDK version 1.1, replaced byCalendar.set(Calendar.MONTH, int month).voidsetSeconds(int seconds)Deprecated.As of JDK version 1.1, replaced byCalendar.set(Calendar.SECOND, int seconds).voidsetTime(long time)Sets thisDateobject to represent a point in time that istimemilliseconds after January 1, 1970 00:00:00 GMT.voidsetYear(int year)Deprecated.As of JDK version 1.1, replaced byCalendar.set(Calendar.YEAR, year + 1900).StringtoGMTString()Deprecated.As of JDK version 1.1, replaced byDateFormat.format(Date date), using a GMTTimeZone.InstanttoInstant()Converts thisDateobject to anInstant.StringtoLocaleString()Deprecated.As of JDK version 1.1, replaced byDateFormat.format(Date date).StringtoString()Converts thisDateobject to aStringof the form:static longUTC(int year, int month, int date, int hrs, int min, int sec)Deprecated.As of JDK version 1.1, replaced byCalendar.set(year + 1900, month, date, hrs, min, sec)orGregorianCalendar(year + 1900, month, date, hrs, min, sec), using a UTCTimeZone, followed byCalendar.getTime().getTime().
2、
| 2. 返回顶部 |
| 3. 返回顶部 |
| 4. 返回顶部 |
| 5. 返回顶部 |
0、
https://docs.oracle.com/javase/10/docs/api/java/util/Date.html
1、
| 6. 返回顶部 |
|
作者:ylbtech
出处:http://ylbtech.cnblogs.com/ 本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。 |








