Klasse FWFormattedDate
java.lang.Object
net.simplace.pipe.formcomponents.date.FWFormattedDate
- Alle implementierten Schnittstellen:
Cloneable
FWFormattedDate represents a date value at a fixed precision.
- Autor:
- ckunze
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungFWFormattedDate(Long aDateMillies, FWFormattedDatePrecision aPrecision) FWFormattedDate(String aValue) FWFormattedDate(String aValue, FWFormattedDatePrecision aPrecision) FWFormattedDate(LocalDateTime aDate, FWFormattedDatePrecision aPrecision) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidadd(ChronoUnit aField, int aValue) voidaddChangeListener(ChangeListener aListener) booleanafter(FWFormattedDate aFormattedDate) booleanbefore(FWFormattedDate aFormattedDate) clone()protected voidintget(ChronoUnit aField) getDate()intlongvoidvoidset(ChronoUnit aField, int aValue) toString()
-
Felddetails
-
cEpochDate
-
-
Konstruktordetails
-
FWFormattedDate
-
FWFormattedDate
-
FWFormattedDate
- Löst aus:
ParseException
-
FWFormattedDate
- Löst aus:
ParseException
-
-
Methodendetails
-
toString
-
getPrecision
-
before
-
after
-
get
-
set
-
add
-
getTimeInMillisSince1970
public long getTimeInMillisSince1970() -
getTimeInDaysSince1970
public int getTimeInDaysSince1970() -
getDate
-
clone
-
addChangeListener
-
removePropertyChangeListener
-
fireStateChanged
protected void fireStateChanged() -
getChangeListeners
-