calendarui/commonutils/inc/calenagendautils.h
changeset 57 bb2d3e476f29
parent 55 2c54b51f39c4
equal deleted inserted replaced
55:2c54b51f39c4 57:bb2d3e476f29
    50          * @returns ETrue, if entry ends at starting midnight of day, but starts before that
    50          * @returns ETrue, if entry ends at starting midnight of day, but starts before that
    51          *          EFalse, otherwise
    51          *          EFalse, otherwise
    52          **/
    52          **/
    53         static bool endsAtStartOfDay( AgendaEntry& entry,
    53         static bool endsAtStartOfDay( AgendaEntry& entry,
    54                                                         const QDateTime& day );
    54                                                         const QDateTime& day );
       
    55         
       
    56         /**
       
    57          * Checks if the given entry is an all-day
       
    58          * Need to call this API only for entry types other than EEvent 
       
    59          * @param entry Entry for which all-day attribute is being queried
       
    60          * @returns True, If entry is an all-day else False
       
    61          */
       
    62         static bool CalenAgendaUtils::isAlldayEvent( const AgendaEntry& entry );
    55 
    63 
    56     };
    64     };
    57 
    65 
    58 #endif // CALENAGENDAUTILS_H
    66 #endif // CALENAGENDAUTILS_H
    59 
    67