home *** CD-ROM | disk | FTP | other *** search
/ NetGuide 2004 March / NETGUIDN0403.iso / pc / featured / Shareware / MsDVR.v1.1.214.EXE / MsDVR2000.msi / Instal01.cab / _0E2E593F18864E58A47E8E2334C7D758 next >
Encoding:
Text File  |  2002-11-12  |  542 b   |  29 lines

  1.  
  2. Doc filename: dvrDST.txt
  3.  
  4. Doc ver 1.0.000
  5.  
  6. 11/12/2002
  7.  
  8.  
  9. Binary Filename: dvrDST.dll
  10.  
  11. ProgID = dvrDST.IDaylightSavingTime
  12.  
  13.  
  14.  
  15. Prototype:
  16.  
  17. '===============================================================
  18.  
  19. Public Function IsDaylightSavingTime(ByVal sDate As String) As Boolean
  20.  
  21. sDate is string data type with IsDate(sDate) = true
  22.  
  23. Returns true if sDate is within Daylight Saving Time
  24.  
  25. DST Table Reference:
  26. http://webexhibits.org/daylightsaving/g.html
  27.  
  28. '===============================================================
  29.