|
-
Sep 30th, 2019, 05:21 PM
#1
Thread Starter
Fanatic Member
What is the first day of the week?
Hello!
I would like to find out what is set up as the "First Day of the Week" for a certain Windows system.
I think when I pass vbUseSystemDayOfWeek to Weekday(), VB gets this setting somehow.
I would like to ask how I could get to know it, too.
Thank you!
ps: The original reason for my question is the following:
My application is multilingual. It contains a calendar. I can easily fill the weekday names using WeekdayName(Weekday()), etc.
However, this only works for the current Windows language: The returned Weekday names are in the language of the OS.
I would like to get the weekday names for other languages to. So I have to first find out which weekday a given date is.
Since this depends on the First Day of the Week that is setup in Windows, I would have to retrieve this value something.
Thank you!
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|