| org.joda.time.field.PreciseDurationDateTimeField org.joda.time.chrono.BasicDayOfYearDateTimeField
BasicDayOfYearDateTimeField | final class BasicDayOfYearDateTimeField extends PreciseDurationDateTimeField (Code) | | Provides time calculations for the day of the year component of time.
author: Guy Allard author: Stephen Colebourne author: Brian S O'Neill since: 1.1, refactored from GJDayOfYearDateTimeField |
get | public int get(long instant)(Code) | | Get the day of the year component of the specified time instant.
Parameters: instant - the time instant in millis to query. the day of the year extracted from the input. |
getMaximumValue | public int getMaximumValue()(Code) | | |
getMaximumValue | public int getMaximumValue(long instant)(Code) | | |
getMaximumValueForSet | protected int getMaximumValueForSet(long instant, int value)(Code) | | |
getMinimumValue | public int getMinimumValue()(Code) | | |
|
|