| Package | system.formatters.date |
| Class | public class Weekdays |
| Inheritance | Weekdays Object |
| Method | Defined By | ||
|---|---|---|---|
getWeekdayNames():Array [static]
Retrieves a list of localized strings containing the names of weekdays for the current calendar system. | Weekdays | ||
setWeekdayNames(names:Array):void [static]
Sets a list of localized strings containing the week days names for the current calendar system. | Weekdays | ||
| Constant | Defined By | ||
|---|---|---|---|
| FRIDAY : String = Friday [static]
Fully written out string for friday. | Weekdays | ||
| MONDAY : String = Monday [static]
Fully written out string for monday. | Weekdays | ||
| SATURDAY : String = Saturday [static]
Fully written out string for saturday. | Weekdays | ||
| SUNDAY : String = Sunday [static]
Fully written out string for sunday. | Weekdays | ||
| THURSDAY : String = Thursday [static]
Fully written out string for thursday. | Weekdays | ||
| TUESDAY : String = Tuesday [static]
Fully written out string for tuesday. | Weekdays | ||
| WEDNESDAY : String = Wednesday [static]
Fully written out string for wednesday. | Weekdays | ||
| getWeekdayNames | () | method |
public static function getWeekdayNames():ArrayRetrieves a list of localized strings containing the names of weekdays for the current calendar system.
ReturnsArray |
| setWeekdayNames | () | method |
public static function setWeekdayNames(names:Array):voidSets a list of localized strings containing the week days names for the current calendar system.
Parameters
names:Array |
| FRIDAY | Constant |
public static const FRIDAY:String = FridayFully written out string for friday.
| MONDAY | Constant |
public static const MONDAY:String = MondayFully written out string for monday.
| SATURDAY | Constant |
public static const SATURDAY:String = SaturdayFully written out string for saturday.
| SUNDAY | Constant |
public static const SUNDAY:String = SundayFully written out string for sunday.
| THURSDAY | Constant |
public static const THURSDAY:String = ThursdayFully written out string for thursday.
| TUESDAY | Constant |
public static const TUESDAY:String = TuesdayFully written out string for tuesday.
| WEDNESDAY | Constant |
public static const WEDNESDAY:String = WednesdayFully written out string for wednesday.