Class Marker : excludeProgrammeInstance Method
| void excludeProgrammeInstance( Programme prog ) |
Summary
Exclude an individual programme date/time/channel from the Marker.
Parameters
| Parameter | Description |
| Programme prog |
|
|
|
|
Examples
function onRemoveReminderInstance( menu, marker, programme ) { marker.excludeProgrammeInstance( programme ); app.getMarkerManager().broadcastMarkerChangeEvent(); }
|
Requirements
Build 1059
|