Uses of Class
com.ethlo.time.TimezoneOffset
-
-
Uses of TimezoneOffset in com.ethlo.time
Fields in com.ethlo.time declared as TimezoneOffset Modifier and Type Field Description static TimezoneOffsetTimezoneOffset. UTCMethods in com.ethlo.time that return TimezoneOffset Modifier and Type Method Description static TimezoneOffsetTimezoneOffset. of(ZoneOffset offset)static TimezoneOffsetTimezoneOffset. ofHoursMinutes(int hours, int minutes)Methods in com.ethlo.time that return types with arguments of type TimezoneOffset Modifier and Type Method Description Optional<TimezoneOffset>DateTime. getOffset()Returns the time offset, if availableMethods in com.ethlo.time with parameters of type TimezoneOffset Modifier and Type Method Description static DateTimeDateTime. of(int year, int month, int day, int hour, int minute, int second, int nanos, TimezoneOffset offset, int fractionDigits)Create a new instance with nanosecond granularity from the input parametersstatic DateTimeDateTime. of(int year, int month, int day, int hour, int minute, int second, TimezoneOffset offset)Create a new instance with second granularity from the input parametersstatic DateTimeDateTime. of(int years, int months, int days, int hours, int minute, TimezoneOffset offset)Create a new instance with minute granularity from the input parametersConstructors in com.ethlo.time with parameters of type TimezoneOffset Constructor Description DateTime(Field field, int year, int month, int day, int hour, int minute, int second, int nano, TimezoneOffset offset, int fractionDigits)
-