There is an option on my watch to setup the start of week (Settings / System / Formats / Start of Week). Can I read that value, or should I?
If I am correct to get the day of week vaule is the following:
Time.Gregorian.info(Time.now(), Time.FORMAT_SHORT).day_of_week
The return value is a number from 1 to 7, where 1 is Sunday and 7 is Saturday. I tested on my watch and it seems regardless what's my system setup, it always 1=Sunday , 2=Monday ..., 7=Saturday.
Can you comfirm that?