net.simplace.pipe.formcomponents.date.FWFormattedDate
FWFormattedDate represents a date value at a fixed precision.
public class FWFormattedDate implements java.lang.Cloneable {
// Public Constructors
public FWFormattedDate(LocalDateTime aDate, FWFormattedDatePrecision
aPrecision);
public FWFormattedDate(String aValue, FWFormattedDatePrecision aPrecision)
throws ParseException;
public FWFormattedDate(String aValue) throws ParseException;
// Constants
public static final LocalDateTime cEpochDate;
// Public Instance Methods public String toString(); // Overrides java.lang.Object
returns String representation of this object's value, according to its precision
public int get(ChronoUnit aField);
public void set(ChronoUnit aField, int aValue);
public void add(ChronoUnit aField, int aValue);
public long getTimeInMillisSince1970();
public int getTimeInDaysSince1970();
public LocalDateTime getDate();
public void addChangeListener(ChangeListener aListener);
public void removePropertyChangeListener(PropertyChangeListener aListener);
public ChangeListener[] getChangeListeners();
// Protected Instance Methods protected void fireStateChanged();
}
Passed to: after(), before(), FWDatePopUpButton.FWDatePopUpButton(), net.simplace.client.sim.graphpanel.event.FWGraphPanelDatePopUpButton(), net.simplace.client.sim.graphpanel.event.FWGraphPanelDatePopUpButton.setMaxValue(), net.simplace.client.sim.graphpanel.event.FWGraphPanelDatePopUpButton.setMinValue(), net.simplace.client.sim.graphpanel.event.FWGraphPanelDatePopUpButton.setValue()
Returned by: clone(), FWDatePopUpButton.getValue()
Type of: FWDatePopUpButton.iMaxValue, FWDatePopUpButton.iMinValue, FWDatePopUpButton.iValue