VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

This is a function I created to tell me the exact date that a holiday falls on. This is for those h

Harry Rodriguez, III  (1 Submission)   String Manipulation   VB 6.0   Unknown Difficulty   Sat 7th February 2004   Mon 8th February 2021

This is a function I created to tell me the exact date that a holiday falls on. This is for those holidays that do not have a specific date

API Declarations


Private Type tyMonth
datSunday(1 To 6) As Date
datMonday(1 To 6) As Date
datTuesday(1 To 6) As Date
datWednesday(1 To 6) As Date
datThursday(1 To 6) As Date
datFriday(1 To 6) As Date
datSaturday(1 To 6) As Date
End Type


Rate This is a function I created to tell me the exact date that a holiday falls on. This is for those h (1(1 Vote))
This is a function I created to tell me the exact date that a holiday falls on. This is for those h.bas

This is a function I created to tell me the exact date that a holiday falls on. This is for those h Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters