Hello Experts,
For one of the scenario, I need to retrieve the Organization Settings.
While debugging the context, I stumbled across one of the property, that can provide me the required values.
Like, I'd want to know the First Day of the Week, which can be obtained by using the below line of code as per the data seen at the time of debugging (please see screenshot) .
Code: context.formatting._currentCultureInfo.dateTimeFormat.firstDayOfWeek
Screenshot:

@jopursle @v-monli-msft @v-xida-msft @AnqiChen So, wanted to understand, can I use the above line of code? If not, then what would be the right approach to achieve it?
Thanks,
Sheldon