|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QCDate | |
---|---|
com.metamatrix.console.util |
Uses of QCDate in com.metamatrix.console.util |
---|
Methods in com.metamatrix.console.util that return QCDate | |
---|---|
static QCDate |
QCDate.dateOfDayNumber(int aDayNumber)
|
static QCDate |
QCDate.dateOfMonthNumber(int aMonthNumber)
|
static QCDate |
QCDate.dateOfQuarterNumber(int aQuarterNumber)
|
static QCDate |
QCDate.dateOfWeekNumber(int aWeekNumber)
|
static QCDate |
QCDate.dateOfYearNumber(int aYearNumber)
|
QCDate |
QCDateTime.getDate()
|
QCDate |
QCDate.nextDate()
|
Methods in com.metamatrix.console.util with parameters of type QCDate | |
---|---|
static int |
QCDate.dayNumber(QCDate aDate)
|
static int |
QCDate.dayNumberWithinYear(QCDate aDate)
|
static int |
QCDate.dayOfWeek(QCDate aDate)
|
boolean |
QCDate.equals(QCDate anotherDate)
|
boolean |
QCDate.isGreaterThan(QCDate anotherDate)
|
boolean |
QCDate.isLessThan(QCDate anotherDate)
|
static boolean |
QCDate.isWeekday(QCDate aDate)
|
static boolean |
QCDate.isWeekend(QCDate aDate)
|
static int |
QCDate.monthNumber(QCDate aDate)
|
static int |
QCDate.quarterNumber(QCDate aDate)
|
static int |
QCDate.weekdayNumber(QCDate aDate)
|
static int |
QCDate.weekNumber(QCDate aDate)
|
static int |
QCDate.yearNumber(QCDate aDate)
|
Constructors in com.metamatrix.console.util with parameters of type QCDate | |
---|---|
QCDateTime(QCDate aDate)
|
|
QCDateTime(QCDate aDate,
QCTime aTime)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |