CalConnect / cc-datetime-explicit

1 stars 1 forks source link

04-fundamental-principles.adoc#calendar-day-of-week #1

Closed calconnect-ci closed 4 years ago

calconnect-ci commented 4 years ago

In GitLab by @ribose-jeffreylau on Sep 6, 2018, 07:50

Created by: atlauren

How how are the enumerations bounded?

Calendar day of week

The calendar day of week is represented as the following time scale component:

[i]["K"] '1K' (calendar day of week Monday)

Does this indicate that "first day of week" is Monday? is 2K = Tuesday? is 0K = Sunday? is 7K = Sunday? is 8K = Monday? etc.

calconnect-ci commented 4 years ago

In GitLab by @ronaldtse on Sep 6, 2018, 08:04

Yes it’s 1-7 only. If it’s not explained in this section, it’s totally my fault. I’ll fix it.

calconnect-ci commented 4 years ago

In GitLab by @ronaldtse on Sep 6, 2018, 10:11

@atlauren could you review #7? Thanks!

calconnect-ci commented 4 years ago

In GitLab by @ronaldtse on Sep 6, 2018, 12:23

Thanks @atlauren !