Method ListingThis page will detail all methods available in the Holiday class package com.flexoop.utilities.dateutilsCONSTANTS
NEW_YEARS_DAY:String = "New Year's Day";
MLK_DAY:String = "Martin Luther King Day";
WASHINGTON_DAY:String = "Washington's Day";
MEMORIAL_DAY:String = "Memorial Day";
INDEPENDENCE_DAY:String = "Independence Day";
LABOR_DAY:String = "Labor Day";
COLUMBUS_DAY:String = "Columbus Day";
VETERANS_DAY:String = "Veteran's Day";
THANKSGIVING_DAY:String = "Thanksgiving Day";
CHRISTMAS_DAY:String = "Christmas Day";
public static function getDate( year:Number, holiday:String ):Date - Returns the date of the requested US Federal Holiday based upon the year
- Valid holidays can be passed in using the CONSTANTS above
public static function holidayByMonth( month:Number ):Array - Returns an array of dates of US Federal Holidays for the requested month
|