- Home
·
- Miscellaneous
·
- Use WeekdayName Function to Get a String Indicating the Specified Day of the Week in VB6
Use WeekdayName Function to Get a String Indicating the Specified Day of the Week in VB6
Use WeekdayName Function to Get a String Indicating the Specified Day of the Week in VB6
Rate Use WeekdayName Function to Get a String Indicating the Specified Day of the Week in VB6
(1(1 Vote))
MsgBox WeekdayName("7", False, vbMonday) 'Sunday
MsgBox WeekdayName(7, False, vbMonday) 'Sun
MsgBox WeekdayName("7", False, vbMonday) 'Sun
MsgBox WeekdayName(2, False, vbSubday) 'Monday
MsgBox WeekdayName("2", False, vbMonday) 'Monday
MsgBox WeekdayName(2, True, vbSubday) 'Mon
MsgBox WeekdayName("2", True, vbMonday) 'Mon
Use WeekdayName Function to Get a String Indicating the Specified Day of the Week in VB6 Comments
No comments yet — be the first to post one!
Post a Comment