Reusable Java library of general tools with minimal external dependencies.
For questions or support, please contact us:
Email: support@aoindustries.com
Phone: 1-800-519-9541
Phone: +1-251-607-9556
Web: https://www.aoindustries.com/contact
public final class UnmodifiableDate extends Date
| Constructor and Description |
|---|
UnmodifiableDate() |
UnmodifiableDate(long date) |
| Modifier and Type | Method and Description |
|---|---|
void |
setDate(int date)
Deprecated.
|
void |
setHours(int hours)
Deprecated.
|
void |
setMinutes(int minutes)
Deprecated.
|
void |
setMonth(int month)
Deprecated.
|
void |
setSeconds(int seconds)
Deprecated.
|
void |
setTime(long time) |
void |
setYear(int year)
Deprecated.
|
after, before, clone, compareTo, equals, from, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, toGMTString, toInstant, toLocaleString, toString, UTCpublic UnmodifiableDate()
public UnmodifiableDate(long date)
@Deprecated public void setYear(int year)
@Deprecated public void setMonth(int month)
@Deprecated public void setDate(int date)
@Deprecated public void setHours(int hours)
@Deprecated public void setMinutes(int minutes)
setMinutes in class Date@Deprecated public void setSeconds(int seconds)
setSeconds in class DateCopyright © 2000–2016 AO Industries, Inc.. All rights reserved.