| Methods |
| int |
GetDay()
Returns the day [1,2,...31].
|
| int |
GetMonth()
Returns the month [1,2,...12].
|
| int |
GetYear()
Returns the year.
|
| int |
GetHour()
Returns the hour [0,1,...23].
|
| int |
GetMin()
Returns the minute [1,2,...59].
|
| int |
GetSec()
Returns the second [1,2,...59].
|
| String |
GetDate()
Returns a String that represents the date [dd/mm/yyyy].
|
| String |
GetDateM()
Returns a String that represents the date [Mmm dd, yyyy].
|
| String |
GetTime()
Returns a String that represents the time [hh:mm].
|
| String |
GetTimeSec()
Returns a String that represents the time [hh:mm:ss].
|
| Example |
| |
api_WDateTime.java
|