An IsTime() Function for VB
Category:
MiscellaneousType:
SnippetsDifficulty:
BeginningAuthor:
AnonymousVersion Compatibility: Visual Basic 6
More information:
This function fills in the missing gap in the IsDate() function by providing a way to test if an expression evaluates to a valid time.
Instructions: Copy the declarations and code below and paste directly into your VB project.
Declarations: