Frames | No Frames |
Fields of type org.joda.time.Days | |
Days | Constant representing five days. |
Days | Constant representing four days. |
Days | Constant representing the maximum number of days that can be stored in this object. |
Days | Constant representing the minimum number of days that can be stored in this object. |
Days | Constant representing one day. |
Days | Constant representing seven days. |
Days | Constant representing six days. |
Days | Constant representing three days. |
Days | Constant representing two days. |
Days | Constant representing zero days. |
Methods with parameter type org.joda.time.Days | |
boolean | Is this days instance greater than the specified number of days. |
boolean | Is this days instance less than the specified number of days. |
Days | Returns a new instance with the specified number of days taken away. |
Days | Returns a new instance with the specified number of days added. |
Methods with return type org.joda.time.Days | |
Days | Obtains an instance of Days that may be cached. |
Days | Creates a Days representing the number of whole days
between the two specified datetimes. |
Days | Creates a Days representing the number of whole days
between the two specified partial datetimes. |
Days | Creates a Days representing the number of whole days
in the specified interval. |
Days | Returns a new instance with the days divided by the specified divisor. |
Days | Returns a new instance with the specified number of days taken away. |
Days | Returns a new instance with the specified number of days taken away. |
Days | Days.multipliedBy(int scalar) Returns a new instance with the days multiplied by the specified scalar. |
Days | Returns a new instance with the days value negated. |
Days | Creates a new Days by parsing a string in the ISO8601 format 'PnD'. |
Days | Returns a new instance with the specified number of days added. |
Days | Returns a new instance with the specified number of days added. |
Days | Creates a new Days representing the number of complete
standard length days in the specified period. |
Days | Converts this period in hours to a period in days assuming a
24 hour day. |
Days | Converts this period in minutes to a period in days assuming a
24 hour day and 60 minute hour. |
Days | Converts this period to a period in days assuming a
7 day week, 24 hour day, 60 minute hour and 60 second minute. |
Days | Converts this period in seconds to a period in days assuming a
24 hour day, 60 minute hour and 60 second minute. |
Days | Converts this period in weeks to a period in days assuming a
7 day week. |