public final class ImmutableDate extends Date
Constructor and Description |
---|
ImmutableDate() |
ImmutableDate(long date) |
Modifier and Type | Method and Description |
---|---|
static ImmutableDate |
from(Date date) |
void |
setDate(int date) |
void |
setHours(int hours) |
void |
setMinutes(int minutes) |
void |
setMonth(int month) |
void |
setSeconds(int seconds) |
void |
setTime(long time) |
void |
setYear(int year) |
after, before, clone, compareTo, equals, from, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, toGMTString, toInstant, toLocaleString, toString, UTC
public ImmutableDate()
public ImmutableDate(long date)
public void setSeconds(int seconds)
setSeconds
in class Date
public void setMinutes(int minutes)
setMinutes
in class Date
public static ImmutableDate from(Date date)
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.