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