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