Package | Description |
---|---|
com.caucho.quercus.lib.date |
Modifier and Type | Method and Description |
---|---|
static DateInterval |
DateInterval.__construct(Env env,
java.lang.String time) |
static DateInterval |
DateInterval.createFromDateString(Env env,
java.lang.String time) |
static DateInterval |
DateModule.date_diff(Env env,
DateTimeInterface dateA,
DateTimeInterface dateB,
boolean isAbsolute) |
DateInterval |
DateTime.diff(Env env,
DateTimeInterface dateTime2,
boolean isAbsolute) |
DateInterval |
DateTimeInterface.diff(Env env,
DateTimeInterface dateTime,
boolean isAbsolute) |
Modifier and Type | Method and Description |
---|---|
DateTime |
DateTime.add(DateInterval interval) |