|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adfnmc.java.util.CalendarHelper
public class CalendarHelper
Constructor Summary | |
---|---|
CalendarHelper()
|
Method Summary | |
---|---|
static void |
clear(java.util.Calendar cal)
|
static void |
clear(java.util.Calendar cal,
int field)
|
static long |
getTimeInMillis(java.util.Calendar cal)
|
static void |
set(java.util.Calendar cal,
int year,
int month,
int day)
Sets the year, month and day of the month fields. |
static void |
set(java.util.Calendar cal,
int year,
int month,
int day,
int hourOfDay,
int minute)
Sets the year, month, day of the month, hour of day and minute fields. |
static void |
set(java.util.Calendar cal,
int year,
int month,
int day,
int hourOfDay,
int minute,
int second)
Sets the year, month, day of the month, hour of day, minute and second fields. |
static void |
setTimeInMillis(java.util.Calendar cal,
long milliseconds)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CalendarHelper()
Method Detail |
---|
public static void clear(java.util.Calendar cal)
public static long getTimeInMillis(java.util.Calendar cal)
public static void clear(java.util.Calendar cal, int field)
public static final void set(java.util.Calendar cal, int year, int month, int day, int hourOfDay, int minute, int second)
year
- the yearmonth
- the monthday
- the day of the monthhourOfDay
- the hour of dayminute
- the minutesecond
- the secondpublic static final void set(java.util.Calendar cal, int year, int month, int day, int hourOfDay, int minute)
year
- the yearmonth
- the monthday
- the day of the monthhourOfDay
- the hour of dayminute
- the minutepublic static final void set(java.util.Calendar cal, int year, int month, int day)
year
- the yearmonth
- the monthday
- the day of the monthpublic static final void setTimeInMillis(java.util.Calendar cal, long milliseconds)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |