com.deltalearn.rte.webservice.data
Interface ITimeZoneDesignator


public interface ITimeZoneDesignator

A time zone designator, such as UTC-03:00.


Method Summary
 int getHours()
          Returns the hours component of this time zone designator.
 int getMinutes()
          Returns the minutes component of this time zone designator.
 boolean isPositive()
          Determines if this time zone designator is positive.
 boolean isUtc()
          Determines if this time zone designator is UTC.
 

Method Detail

isUtc

boolean isUtc()
Determines if this time zone designator is UTC.

Returns:
true if this time zone designator is UTC, false otherwise

isPositive

boolean isPositive()
Determines if this time zone designator is positive.

Returns:
true if this time zone designator is positive, false if negative

getHours

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

Returns:
the hours component of this time zone designator

getMinutes

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

Returns:
the minutes component of this time zone designator