| org.joda.time.field.PreciseDurationDateTimeField org.joda.time.chrono.BasicWeekOfWeekyearDateTimeField
BasicWeekOfWeekyearDateTimeField | final class BasicWeekOfWeekyearDateTimeField extends PreciseDurationDateTimeField (Code) | | Provides time calculations for the week of a week based year component of time.
author: Guy Allard author: Stephen Colebourne author: Brian S O'Neill since: 1.1, refactored from GJWeekOfWeekyearDateTimeField |
get | public int get(long instant)(Code) | | Get the week of a week based year component of the specified time instant.
See Also: org.joda.time.DateTimeField.get(long) Parameters: instant - the time instant in millis to query. the week 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) | | |
remainder | public long remainder(long instant)(Code) | | |
roundCeiling | public long roundCeiling(long instant)(Code) | | |
roundFloor | public long roundFloor(long instant)(Code) | | |
|
|