:: com :: sun :: star :: chart ::

struct TimeInterval
Description
Describes an interval on a date-axis
Since
OOo 3.4

Elements' Summary
Number specifies the number of units  
TimeUnit specifies a unit for the interval  
Elements' Details
Number
long Number;
Description
specifies the number of units
TimeUnit
long TimeUnit;
Description
specifies a unit for the interval

is a value out of the constant group ::com::sun::star::chart::TimeUnit.

Top of Page