Packageardisia.scheduling.calendar.interfaces
Interfacepublic interface ITimeLabel extends mx.core.IVisualElement
Implementors TimeLabelRenderer

Display a label for the time of the day for the Calendar class when in the "column" display mode.



Public Properties
 PropertyDefined By
  minutes : Number
Minutes in the day represented by the renderer (0 - 1440).
ITimeLabel
Property Detail
minutesproperty
minutes:Number

Minutes in the day represented by the renderer (0 - 1440).


Implementation
    public function get minutes():Number
    public function set minutes(value:Number):void