Table of Contents

TTMSFNCCalendarEvents.GetEventCollectionItemByDate Method

Returns the event item for the specified date, or nil if no event is registered for that date.

API unit family: TMSFNCCalendar Declaring type: TTMSFNCCalendarEvents

Syntax

function GetEventCollectionItemByDate(ADate: TDate): TTMSFNCCalendarEventItem;

Parameters

Name Description
ADate The date to look up.