Modifier and Type | Method and Description |
---|---|
DateTime8601 |
DateTime8601.addTime(int seconds)
Returns a new DateTime8601 that is based on
it's time + 'number of seconds' provided
|
static DateTime8601 |
DateTime8601.getCurrentTime()
Create a DateTime8601 based on the current time
|
Modifier and Type | Method and Description |
---|---|
boolean |
DateTime8601.after(DateTime8601 dateTime) |
boolean |
DateTime8601.before(DateTime8601 dateTime)
Returns a boolean indicating if this date is before the specified date
|
boolean |
DateTime8601.equals(DateTime8601 dateTime) |