com.deltalearn.rte.webservice.data
Interface ITime


public interface ITime

Represents a point in time.

Version:
0.1

Method Summary
 int getDays()
          Returns the days component of this time.
 int getDecimals()
          Returns the decimals component of this time.
 int getHours()
          Returns the hours component of this time.
 int getMinutes()
          Returns the minutes component of this time.
 int getMonths()
          Returns the months component of this time.
 int getSeconds()
          Returns the seconds component of this time.
 ITimeZoneDesignator getTimeZoneDesignator()
          Returns the time zone designator component of this time.
 int getYears()
          Returns the years component of this time.
 

Method Detail

getYears

int getYears()
Returns the years component of this time.

Returns:
the years component of this time

getMonths

int getMonths()
Returns the months component of this time.

Returns:
the months component of this time

getDays

int getDays()
Returns the days component of this time.

Returns:
the days component of this time

getHours

int getHours()
Returns the hours component of this time.

Returns:
the hours component of this time

getMinutes

int getMinutes()
Returns the minutes component of this time.

Returns:
the minutes component of this time

getSeconds

int getSeconds()
Returns the seconds component of this time.

Returns:
the seconds component of this time

getDecimals

int getDecimals()
Returns the decimals component of this time.

Returns:
the decimals component of this time

getTimeZoneDesignator

ITimeZoneDesignator getTimeZoneDesignator()
Returns the time zone designator component of this time.

Returns:
the time zone designator component of this time