Regular visitors to Digiguide.tv will notice that you now require a subscription to use some of the features.
However, you can give the FREE 7 day trial version of Digiguide.tv Premium a try. Build up your profile with programmes that you like, personalise your grid and set some reminders. Remember, to get a year's worth of personalised TV content for less than 1p per day simply subscribe to Digiguide Premium
Class Marker : clearDays Method
void clearDays()
Summary
Clear the days to be included in the Marker
Examples
function onSetEveryDay( menu, marker, programme ) { marker.clearDays(); for( var i = 0; i < 7; i++ ) { marker.addDay( i ); } app.getMarkerManager().broadcastMarkerChangeEvent( marker ); }