dayOfWeek property

int? dayOfWeek
getter/setter pair

If weekly recurrence, specify which day of week.

Stores which day of the week this sampling will take place according to DateTime standards, i.e. having Monday as the first day of the week and Sunday as the last.

Implementation

int? dayOfWeek;