bt747.sys.interfaces
Interface BT747Date

All Known Implementing Classes:
J2SEDate, WabaDate

public interface BT747Date


Method Summary
 void advance(int s)
          Advance the time.
 int dateToUTCepoch1970()
          Return the date in the format usually used in the GPS devices: number of seconds since the epoch 1970.
 java.lang.String getDateString()
           
 int getDay()
           
 int getMonth()
           
 int getYear()
           
 

Method Detail

advance

void advance(int s)
Advance the time.

Parameters:
s - The number of days to advance.

dateToUTCepoch1970

int dateToUTCepoch1970()
Return the date in the format usually used in the GPS devices: number of seconds since the epoch 1970.

Returns:
number of seconds since the epoch.

getDateString

java.lang.String getDateString()

getYear

int getYear()

getMonth

int getMonth()

getDay

int getDay()