advertisement

Find Code  Advanced Search   

Free Newsletters:   
browse free vb code
Submit Code
ASP,  HTML, and XML
Database
Dates  and Math
Files  and Directories
Forms  and Controls
Lists,  Collections, and Arrays
Miscellaneous
Multimedia/Games
Office/VBA
Network/Internet
Registry
Screen/Graphics
String  Manipulation
System/API
Windows  2000/XP
VB.NET/ASP.NET



advertisement
Function to Test a Date for BST (British Summer Time)

Author: Anonymous
Category: Dates and Math
Type: Snippets
Difficulty: Beginning

Version Compatibility:  Visual Basic 6   VB Script/HTML  

More information: This is a VBScript function that tests a date to determine whether it falls within BST (British Summer Time) or whether it is standard GMT. The function of interest is called "fb_dst( date )". The rest of the code was written to black box test the "fb_dst" function, and to also test some other functions that I need to use when handling "ctime" datetime numbers with Veritas/Symantec NetBackup.

This code has been viewed 17829 times.

Instructions: Copy the declarations and code below and paste directly into your VB project.


Declarations:

Code:

No Text Boxes

Sponsored Links