public class DateKt
| Modifier and Type | Method and Description |
|---|---|
static GMTDate |
minus(GMTDate $receiver,
long milliseconds)
Subtracts the specified number of milliseconds
|
static GMTDate |
plus(GMTDate $receiver,
long milliseconds)
Adds the specified number of milliseconds
|
static GMTDate |
truncateToSeconds(GMTDate $receiver)
Truncate to seconds by discarding sub-second part
|