Public methods

hours

virtual unsigned long hours() const

Returns the hours component of time--the value specified in the constructor.

minutes

virtual unsigned long minutes() const

Returns the minutes component of time--the value specified in the constructor.

seconds

virtual unsigned long seconds() const

Returns the seconds component of time--the value specified in the constructor.

timeInHours

virtual unsigned long timeInHours()

Returns the time in hours.

timeInMinutes

virtual unsigned long timeInMinutes()

Returns the time in minutes.

timeInSeconds

virtual unsigned long timeInSeconds()

Returns the time in seconds.

type

Type type() const

Returns an enumeration, defined in this class, that indicates what type of subclass of IccTime this is.

[[ Contents Previous Page | Next Page Index ]]