Change in core doc

hackhack

Active Member
Licensed User
Longtime User
GetDayOfWeek (Ticks As Long) As Int
Returns the day of week component from the ticks value.
Values are between 1 to 7.

Request explanation in the docs of which day is considered number 1 - in america they would probably consider Sunday number one, a most other places the first day 1 would be Monday.

This should be specified in the docs.
 
Last edited:

corwin42

Expert
Licensed User
Longtime User
Request addition of which day is considered number 1 - in america they would probably consider Sunday number one, a most other places day 1 would be Monday.
Would be nice if this was specified.

Have a look at AHLocale Library.

With AHLocale.FirstDayOfWeek you will get what you want.
 

hackhack

Active Member
Licensed User
Longtime User
Have a look at AHLocale Library.

With AHLocale.FirstDayOfWeek you will get what you want.

Then I request that that is listed in the core doc!

Give me ftp access to the website docs and I'll fix it for you!

(Thanks for the tip though)
 
Top