This is a single or set of several string definitions to set what date ranges are available in the what's on section. If it is a set then these should be semicolon delimited, out of the following available options :
• "all" - All
• "today" - Today
• "tomorrow" - Tomorrow
• "stay" - Your Stay
• "week" - This Week
• "month" - This Month
{
"whatsOnDateRanges": "today;tomorrow;stay;week;month",
"whatsOnDefaultRange": "week",
"whatsOnDefaultRangeSignedIn": "stay",
"whatsOnDefaultRangeOwners": "month"
}