Alphabetical Index: B

A B C D E F G H I J L M N O P R S T U V W Y Z

B

BaseChronology - class org.joda.time.chrono.BaseChronology
BaseChronology provides a skeleton implementation for chronology classes.
BaseChronology() - constructor for class org.joda.time.chrono.BaseChronology
Restricted constructor.
BaseDateTime - class org.joda.time.base.BaseDateTime
BaseDateTime is an abstract implementation of ReadableDateTime that stores data in long and Chronology fields.
BaseDateTime() - constructor for class org.joda.time.base.BaseDateTime
Constructs an instance set to the current system millisecond time using ISOChronology in the default time zone.
BaseDateTime(int,int,int,int,int,int,int) - constructor for class org.joda.time.base.BaseDateTime
Constructs an instance from datetime field values using ISOChronology in the default time zone.
Constructs an instance from datetime field values using the specified chronology.
Constructs an instance from datetime field values using ISOChronology in the specified time zone.
BaseDateTime(long) - constructor for class org.joda.time.base.BaseDateTime
Constructs an instance set to the milliseconds from 1970-01-01T00:00:00Z using ISOChronology in the default time zone.
BaseDateTime(long,org.joda.time.Chronology) - constructor for class org.joda.time.base.BaseDateTime
Constructs an instance set to the milliseconds from 1970-01-01T00:00:00Z using the specified chronology.
BaseDateTime(long,org.joda.time.DateTimeZone) - constructor for class org.joda.time.base.BaseDateTime
Constructs an instance set to the milliseconds from 1970-01-01T00:00:00Z using ISOChronology in the specified time zone.
BaseDateTime(Object,org.joda.time.Chronology) - constructor for class org.joda.time.base.BaseDateTime
Constructs an instance from an Object that represents a datetime, using the specified chronology.
BaseDateTime(Object,org.joda.time.DateTimeZone) - constructor for class org.joda.time.base.BaseDateTime
Constructs an instance from an Object that represents a datetime, forcing the time zone to that specified.
BaseDateTime(org.joda.time.Chronology) - constructor for class org.joda.time.base.BaseDateTime
Constructs an instance set to the current system millisecond time using the specified chronology.
BaseDateTime(org.joda.time.DateTimeZone) - constructor for class org.joda.time.base.BaseDateTime
Constructs an instance set to the current system millisecond time using ISOChronology in the specified time zone.
BaseDateTimeField - class org.joda.time.field.BaseDateTimeField
BaseDateTimeField provides the common behaviour for DateTimeField implementations.
BaseDateTimeField(org.joda.time.DateTimeFieldType) - constructor for class org.joda.time.field.BaseDateTimeField
Constructor.
BaseDuration - class org.joda.time.base.BaseDuration
BaseDuration is an abstract implementation of ReadableDuration that stores data in a long duration milliseconds field.
BaseDuration(long) - constructor for class org.joda.time.base.BaseDuration
Creates a duration from the given millisecond duration.
BaseDuration(long,long) - constructor for class org.joda.time.base.BaseDuration
Creates a duration from the given interval endpoints.
BaseDuration(Object) - constructor for class org.joda.time.base.BaseDuration
Creates a duration from the specified object using the ConverterManager.
Creates a duration from the given interval endpoints.
BaseDurationField - class org.joda.time.field.BaseDurationField
BaseDurationField provides the common behaviour for DurationField implementations.
BaseDurationField(org.joda.time.DurationFieldType) - constructor for class org.joda.time.field.BaseDurationField
BaseInterval - class org.joda.time.base.BaseInterval
BaseInterval is an abstract implementation of ReadableInterval that stores data in two long millisecond fields.
BaseInterval(long,long,org.joda.time.Chronology) - constructor for class org.joda.time.base.BaseInterval
Constructs an interval from a start and end instant.
BaseInterval(Object,org.joda.time.Chronology) - constructor for class org.joda.time.base.BaseInterval
Constructs a time interval converting or copying from another object that describes an interval.
Constructs an interval from a millisecond duration and an end instant.
Constructs an interval from a start instant and a duration.
Constructs an interval from a start and end instant.
Constructs an interval from a start instant and a time period.
Constructs an interval from a time period and an end instant.
BaseLocal - class org.joda.time.base.BaseLocal
BaseLocal is an abstract implementation of ReadablePartial that use a local milliseconds internal representation.
BaseLocal() - constructor for class org.joda.time.base.BaseLocal
Constructs a partial with the current time, using ISOChronology in the default zone to extract the fields.
BasePartial - class org.joda.time.base.BasePartial
BasePartial is an abstract implementation of ReadablePartial that stores data in array and Chronology fields.
BasePartial() - constructor for class org.joda.time.base.BasePartial
Constructs a partial with the current time, using ISOChronology in the default zone to extract the fields.
BasePartial(int[],org.joda.time.Chronology) - constructor for class org.joda.time.base.BasePartial
Constructs a partial with specified time field values and chronology.
BasePartial(long) - constructor for class org.joda.time.base.BasePartial
Constructs a partial extracting the partial fields from the specified milliseconds using the ISOChronology in the default zone.
BasePartial(long,org.joda.time.Chronology) - constructor for class org.joda.time.base.BasePartial
Constructs a partial extracting the partial fields from the specified milliseconds using the chronology provided.
BasePartial(Object,org.joda.time.Chronology) - constructor for class org.joda.time.base.BasePartial
Constructs a partial from an Object that represents a time, using the specified chronology.
Constructs a partial from an Object that represents a time, using the specified chronology.
BasePartial(org.joda.time.base.BasePartial,int[]) - constructor for class org.joda.time.base.BasePartial
Private constructor to be used by subclasses only which performs no validation.
Private constructor to be used by subclasses only which performs no validation.
BasePartial(org.joda.time.Chronology) - constructor for class org.joda.time.base.BasePartial
Constructs a partial with the current time, using the specified chronology and zone to extract the fields.
BasePeriod - class org.joda.time.base.BasePeriod
BasePeriod is an abstract implementation of ReadablePeriod that stores data in a PeriodType and an int[].
Creates a period from a set of field values.
BasePeriod(int[],org.joda.time.PeriodType) - constructor for class org.joda.time.base.BasePeriod
Constructor used when we trust ourselves.
Creates a period from the given interval endpoints.
Creates a period from the given millisecond duration, which is only really suitable for durations less than one day.
Creates a new period based on another using the ConverterManager.
Creates a period from the given duration and end point.
Creates a period from the given start point and duration.
Creates a period from the given interval endpoints.
Creates a period from the given duration and end point.
BaseSingleFieldPeriod - class org.joda.time.base.BaseSingleFieldPeriod
BaseSingleFieldPeriod is an abstract implementation of ReadablePeriod that manages a single duration field, such as days or minutes.
BaseSingleFieldPeriod(int) - constructor for class org.joda.time.base.BaseSingleFieldPeriod
Creates a new instance representing the specified period.
basicDate() - static method in class org.joda.time.format.ISODateTimeFormat
Returns a basic formatter for a full date as four digit year, two digit month of year, and two digit day of month (yyyyMMdd).
basicDateTime() - static method in class org.joda.time.format.ISODateTimeFormat
Returns a basic formatter that combines a basic date and time, separated by a 'T' (yyyyMMdd'T'HHmmss.SSSZ).
basicDateTimeNoMillis() - static method in class org.joda.time.format.ISODateTimeFormat
Returns a basic formatter that combines a basic date and time without millis, separated by a 'T' (yyyyMMdd'T'HHmmssZ).
basicOrdinalDate() - static method in class org.joda.time.format.ISODateTimeFormat
Returns a formatter for a full ordinal date, using a four digit year and three digit dayOfYear (yyyyDDD).
basicOrdinalDateTime() - static method in class org.joda.time.format.ISODateTimeFormat
Returns a formatter for a full ordinal date and time, using a four digit year and three digit dayOfYear (yyyyDDD'T'HHmmss.SSSZ).
basicOrdinalDateTimeNoMillis() - static method in class org.joda.time.format.ISODateTimeFormat
Returns a formatter for a full ordinal date and time without millis, using a four digit year and three digit dayOfYear (yyyyDDD'T'HHmmssZ).
basicTime() - static method in class org.joda.time.format.ISODateTimeFormat
Returns a basic formatter for a two digit hour of day, two digit minute of hour, two digit second of minute, three digit millis, and time zone offset (HHmmss.SSSZ).
basicTimeNoMillis() - static method in class org.joda.time.format.ISODateTimeFormat
Returns a basic formatter for a two digit hour of day, two digit minute of hour, two digit second of minute, and time zone offset (HHmmssZ).
basicTTime() - static method in class org.joda.time.format.ISODateTimeFormat
Returns a basic formatter for a two digit hour of day, two digit minute of hour, two digit second of minute, three digit millis, and time zone offset prefixed by 'T' ('T'HHmmss.SSSZ).
basicTTimeNoMillis() - static method in class org.joda.time.format.ISODateTimeFormat
Returns a basic formatter for a two digit hour of day, two digit minute of hour, two digit second of minute, and time zone offset prefixed by 'T' ('T'HHmmssZ).
basicWeekDate() - static method in class org.joda.time.format.ISODateTimeFormat
Returns a basic formatter for a full date as four digit weekyear, two digit week of weekyear, and one digit day of week (xxxx'W'wwe).
basicWeekDateTime() - static method in class org.joda.time.format.ISODateTimeFormat
Returns a basic formatter that combines a basic weekyear date and time, separated by a 'T' (xxxx'W'wwe'T'HHmmss.SSSZ).
basicWeekDateTimeNoMillis() - static method in class org.joda.time.format.ISODateTimeFormat
Returns a basic formatter that combines a basic weekyear date and time without millis, separated by a 'T' (xxxx'W'wwe'T'HHmmssZ).
BC - static field in class org.joda.time.DateTimeConstants
Constant (0) representing BC, years before zero (from Calendar)
BCE - static field in class org.joda.time.DateTimeConstants
Alternative constant (0) representing BCE, Before Common Era (secular)
BE - static field in class org.joda.time.chrono.BuddhistChronology
Constant value for 'Buddhist Era', equivalent to the value returned for AD/CE.
Calculates the number of whole units between the two specified datetimes.
Calculates the number of whole units between the two specified partial datetimes.
BuddhistChronology - class org.joda.time.chrono.BuddhistChronology
A chronology that matches the BuddhistCalendar class supplied by Sun.

Copyright (c) 2001-2006 - Joda.org