DigiGuide Logo

IsProgrammeOld


boolean IsProgrammeOld()

Summary

Determine whether the current programme is old or not.


Returns

True if the programme has a start date before now


Examples

if( IsProgrammeOld() )
{
// Programme has been shown
}
else
{
// Programme has yet to be shown
}


See Also

  • GetProgrammeInfo