DDay.iCal.Event.IsActive C# (CSharp) Méthode

IsActive() public méthode

Determines whether or not the Event is actively displayed as an upcoming or occurred event.
public IsActive ( ) : bool
Résultat bool
        virtual public bool IsActive()
        {
            return (Status != EventStatus.Cancelled);            
        }