Method ListingThis page will detail all methods available in the DaylightSavingTimeUS class package com.flexoop.utilities.dateutilspublic static function DSTStart( date:Date ):Date - Returns the date of the start of Daylight Saving Time based upon the year
public static function DSTEnd( date:Date ):Date - Returns the date of the end of Daylight Saving Time based upon the year
public static function isDST( date:Date ):Boolean - Returns whether a date is undergoing Daylight Saving Time
|