DigiGuide Logo

Home » Development Area » DigiGuide Script » API Index » Class: Programme » isOld Method

Class Programme : isOld Method


Boolean isOld()

Summary

Returns whether the programme has already finished.


Returns


True if the programme has finished, false otherwise.


Examples

Only add the menu for current or future programmes;

if( !programme.isOld() )
{
menu.addItem( "Remind me|Once", "onOnceReminder" );
}


Requirements

Build 1059

(Last updated: July 04, 2008 15:17:29)