Uses of Class org.joda.time.Seconds

Uses in package org.joda.time

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
Seconds.plus(Seconds seconds)
Returns a new instance with the specified number of seconds added.

Methods with return type org.joda.time.Seconds

Seconds
Seconds.dividedBy(int divisor)
Returns a new instance with the seconds divided by the specified divisor.
Seconds
Seconds.minus(int 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
Seconds.plus(int seconds)
Returns a new instance with the specified number of seconds added.
Seconds
Seconds.plus(Seconds seconds)
Returns a new instance with the specified number of seconds added.
Seconds
Seconds.seconds(int 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.

Copyright (c) 2001-2006 - Joda.org