weekday property

String? weekday
getter/setter pair

The day of the week the feed file should be fetched.

Acceptable values are: - "monday" - "tuesday" - "wednesday" - "thursday" - "friday" - "saturday" - "sunday"

Implementation

core.String? weekday;