Package com.walkfares.calendar
Class TimeZonedDate
java.lang.Object
com.walkfares.calendar.UTCDate
com.walkfares.calendar.TimeZonedDate
- All Implemented Interfaces:
Comparable<UTCDate>
public class TimeZonedDate extends UTCDate
-
Constructor Summary
Constructors Constructor Description TimeZonedDate()
TimeZonedDate(String timezone)
TimeZonedDate(ZonedDateTime zdt)
-
Method Summary
Modifier and Type Method Description String
getOffsetText()
String
getTimezone()
ZonedDateTime
getZonedDateTime()
TimeZonedDate
setTimezone(String timezone)
TimeZonedDate
setZonedDateTime(ZonedDateTime time)
String
toString()
Methods inherited from class com.walkfares.calendar.UTCDate
compareTo, equals, get, getDatePart, getDayOfWeek, getDayOfYear, getLocalDate, getLocalDateTime, getTimePart, getZonedDateTime, getZonedDateTime, inTimezone, isAfter, isBefore, minus, minus, minus, of, of, of, of, plus, plus, plus, setUseTime, toDouble, toEpochMilli, toONDATE, useTime, with, with, withString, withTimezone
-
Constructor Details
-
TimeZonedDate
public TimeZonedDate() -
TimeZonedDate
-
TimeZonedDate
-
-
Method Details