Package | Description |
---|---|
chargerlib |
Utility classes for CharGer, dealing with fonts, strings, history and other general-purpose things.
|
chargerlib.history |
These are the top-level history classes that are used by the parsers and generators.
|
Modifier and Type | Method and Description |
---|---|
static CDateTime |
CDateTime.getEpoch()
Get the date time object that corresponds to the beginning of the epoch.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CDateTime.after(CDateTime other)
Compare this date/time value with another.
|
boolean |
CDateTime.before(CDateTime other)
Compare this date/time value with another.
|
boolean |
CDateTime.equals(CDateTime other)
Compare this date/time value with another.
|
Modifier and Type | Field and Description |
---|---|
protected CDateTime |
HistoryRecord.timestamp
When this event was first created; should be preserved through copies, saving, etc.
|
Modifier and Type | Method and Description |
---|---|
CDateTime |
HistoryRecord.getTimestamp()
Get the date/time that this event occurred.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryRecord.setTimestamp(CDateTime timestamp)
Set the date and time that this event occurred.
|