Rogue Wave Views Foundation Package API Reference Guide |
Rogue Wave Views Documentation Home |
Minute time unit. More...
#include <ilog/date.h>
Public Member Functions | |
IlTimeUnitMinute () | |
Constructor. | |
virtual void | addTimeUnit (IlCalendar &date) const |
Increments the given IlCalendar date by 1 minute. More... | |
virtual IlTimeUnit * | copy () const |
Returns an IlTimeUnitMinute . More... | |
virtual IlDouble | getMillis () const |
Returns the duration of this time unit in milliseconds. More... | |
virtual void | snapToPreviousTimeUnit (IlCalendar &date) const |
Snaps the given IlCalendar date to the last minute. More... | |
virtual char * | toString (IlDate date) const |
Returns a string representing the date in minutes. More... | |
Public Member Functions inherited from IlTimeUnit | |
IlTimeUnit () | |
Constructor. | |
Minute time unit.
Library: ilog
IlvTimeScaleStepsUpdater
.
|
virtual |
Increments the given IlCalendar
date by 1 minute.
Adds 1 minute to date.
date | The date to change. |
Implements IlTimeUnit.
|
virtual |
|
virtual |
Returns the duration of this time unit in milliseconds.
Implements IlTimeUnit.
|
virtual |
Snaps the given IlCalendar
date to the last minute.
Sets date seconds and milliseconds to 0
.
date | The date to change. |
Implements IlTimeUnit.
|
virtual |
Returns a string representing the date in minutes.
Returns an allocated string which should be deleted with delete []
.
date | : the date to convert. |
Implements IlTimeUnit.
© Copyright 2016, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.