Packageardisia.scheduling.datePicker.interfaces
Interfacepublic interface IDayNamesRenderer extends IBasicItemRenderer, spark.components.IItemRenderer

Renderers that display the day names for the DatePicker implement this interface.



Public Properties
 PropertyDefined By
  date : Date
Date that can be formatted to display a string for the day of the week represented by the date.
IDayNamesRenderer
 Inheritedhovered : Boolean
IBasicItemRenderer
 InheritedisDown : Boolean
IBasicItemRenderer
Property Detail
dateproperty
date:Date

Date that can be formatted to display a string for the day of the week represented by the date.


Implementation
    public function get date():Date
    public function set date(value:Date):void