dk.itu.haas.GPS
Interface IDate

All Known Implementing Classes:
TimeDataPacket

public interface IDate

This interface is implemented by all packets capable of returning a date.


Method Summary
 short getDay()
          Returns the day of the month.
 short getMonth()
          Returns the month.
 int getYear()
          returns the year.
 

Method Detail

getDay

public short getDay()
Returns the day of the month.


getMonth

public short getMonth()
Returns the month.


getYear

public int getYear()
returns the year.