java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.atlassian.core.util.DateUtils.Duration |
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DateUtils.Duration | DAY | ||||||||||
DateUtils.Duration | HOUR | ||||||||||
DateUtils.Duration | MINUTE | ||||||||||
DateUtils.Duration | MONTH | ||||||||||
DateUtils.Duration | SECOND | ||||||||||
DateUtils.Duration | WEEK | ||||||||||
DateUtils.Duration | YEAR |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Sometimes customers configure the meaning of "day" or "week" to mean something like "1 day = 8 hours".
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Sometimes customers configure the meaning of "day" or "week" to mean something like "1 day = 8 hours".
secondsPerDay | how many seconds are in a "day" |
---|---|
secondsPerWeek | how many seconds are in a "week" (based on number of days per week and hours per day) |