|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectAladdin.HaspTime
public class HaspTime
| Constructor Summary | |
|---|---|
HaspTime(int year,
int month,
int day,
int hour,
int minute,
int second)
HaspTime constructor. |
|
HaspTime(long hasptime)
|
|
| Method Summary | |
|---|---|
int |
getDay()
Returns the day value of the time. |
long |
getHaspTime()
Returns the HASP Time value in UTC format. |
int |
getHour()
Returns the hour value of the time. |
int |
getLastError()
Returns the error that occurred in the last function call. |
int |
getMinute()
Returns the minute value of the time. |
int |
getMonth()
Returns the month value of the time. |
int |
getSecond()
Returns the second value of the time. |
int |
getYear()
Returns the year value of the time. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HaspTime(int year,
int month,
int day,
int hour,
int minute,
int second)
year - input yearmonth - input monthday - input dayhour - input hourminute - input minutesecond - input secondpublic HaspTime(long hasptime)
| Method Detail |
|---|
public int getLastError()
public long getHaspTime()
public int getMonth()
public int getYear()
public int getDay()
public int getHour()
public int getMinute()
public int getSecond()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||