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 StringgetOffsetText()StringgetTimezone()ZonedDateTimegetZonedDateTime()TimeZonedDatesetTimezone(String timezone)TimeZonedDatesetZonedDateTime(ZonedDateTime time)StringtoString()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