My favorites | Sign in
Project Logo
                
Search
for
Updated Dec 05, 2008 by lampei
Holiday  
This class contains methods for obtaining the dates of US Federal Holidays

Method Listing

This page will detail all methods available in the Holiday class

package com.flexoop.utilities.dateutils

CONSTANTS

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
public static function holidayByMonth( month:Number ):Array

Sign in to add a comment
Hosted by Google Code