cl.yx.YX_Date Class Reference

List of all members.

Public Member Functions

int getYear ()
int getMonth ()
int getDay ()
int getHour ()
int getMinute ()
String getAMPM ()
String toString ()

Package Functions

 YX_Date (int year, int month, int day, int hour, int minute, String am_pm)

Member Function Documentation

String cl.yx.YX_Date.getAMPM (  ) 
Returns:
A string containing the period of the day AM or PM when the message was sent.
int cl.yx.YX_Date.getDay (  ) 
Returns:
An int representing the day when the message was sent.
int cl.yx.YX_Date.getHour (  ) 
Returns:
An int representing the hour when the message was sent.
int cl.yx.YX_Date.getMinute (  ) 
Returns:
An int representing the minute when the message was sent.
int cl.yx.YX_Date.getMonth (  ) 
Returns:
An int representing the month when the message was sent.
int cl.yx.YX_Date.getYear (  ) 
Returns:
An int representing the year when the message was sent.
String cl.yx.YX_Date.toString (  ) 
Returns:
A string representation of the complete date when the message was sent.

The documentation for this class was generated from the following file:
 All Classes Functions
Generated by  doxygen 1.6.3