home *** CD-ROM | disk | FTP | other *** search
-
- Doc filename: dvrDST.txt
-
- Doc ver 1.0.000
-
- 11/12/2002
-
-
- Binary Filename: dvrDST.dll
-
- ProgID = dvrDST.IDaylightSavingTime
-
-
-
- Prototype:
-
- '===============================================================
-
- Public Function IsDaylightSavingTime(ByVal sDate As String) As Boolean
-
- sDate is string data type with IsDate(sDate) = true
-
- Returns true if sDate is within Daylight Saving Time
-
- DST Table Reference:
- http://webexhibits.org/daylightsaving/g.html
-
- '===============================================================
-