public class DateJvmKt
| Modifier and Type | Method and Description |
|---|---|
static GMTDate |
GMTDate(java.lang.Long timestamp)
Create new gmt date from the timestamp.
|
static GMTDate |
GMTDate(int seconds,
int minutes,
int hours,
int dayOfMonth,
Month month,
int year)
Create an instance of
class GMTDate from the specified date/time components |
static java.util.Date |
toJvmDate(GMTDate $receiver)
Convert to Date
|
public static GMTDate GMTDate(java.lang.Long timestamp)
Create new gmt date from the timestamp.
timestamp - is a number of epoch milliseconds (it is now by default).public static GMTDate GMTDate(int seconds, int minutes, int hours, int dayOfMonth, Month month, int year)
Create an instance of class GMTDate from the specified date/time components
class GMTDate