Java org.joda.time.format DateTimeParserBucket fields, constructors, methods, implement or subclass

Example usage for Java org.joda.time.format DateTimeParserBucket fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.joda.time.format DateTimeParserBucket.

The text is from its open source code.

Constructor

Method

longcomputeMillis()
Computes the parsed datetime by setting the saved fields.
longcomputeMillis(boolean resetFields)
Computes the parsed datetime by setting the saved fields.
longcomputeMillis(boolean resetFields, String text)
Computes the parsed datetime by setting the saved fields.
longcomputeMillis(boolean resetFields, CharSequence text)
Computes the parsed datetime by setting the saved fields.
intgetOffset()
Returns the time zone offset in milliseconds used by computeMillis.
IntegergetOffsetInteger()
Returns the time zone offset in milliseconds used by computeMillis.
DateTimeZonegetZone()
Returns the time zone used by computeMillis.
voidsaveField(DateTimeField field, int value)
Saves a datetime field value.
voidsaveField(DateTimeFieldType fieldType, int value)
Saves a datetime field value.
voidsetZone(DateTimeZone zone)
Set a time zone to be used when computeMillis is called.