public class NumberExtendedForTime extends Object
| Constructor and Description |
|---|
NumberExtendedForTime(int int_extened) |
NumberExtendedForTime(long int_extened) |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
ago() |
NumberExtendedForTime |
day() |
org.joda.time.DateTime |
from_now() |
org.joda.time.DateTime |
fromNow() |
NumberExtendedForTime |
hour() |
static void |
main(String[] args) |
NumberExtendedForTime |
millis() |
NumberExtendedForTime |
minute() |
NumberExtendedForTime |
month() |
NumberExtendedForTime |
second() |
NumberExtendedForTime |
week() |
NumberExtendedForTime |
year() |
public NumberExtendedForTime(int int_extened)
public NumberExtendedForTime(long int_extened)
public NumberExtendedForTime day()
public NumberExtendedForTime minute()
public NumberExtendedForTime second()
public NumberExtendedForTime hour()
public NumberExtendedForTime week()
public NumberExtendedForTime month()
public NumberExtendedForTime millis()
public NumberExtendedForTime year()
public org.joda.time.DateTime ago()
public org.joda.time.DateTime fromNow()
public org.joda.time.DateTime from_now()
public static void main(String[] args)
Copyright © 2022. All rights reserved.