TTMSFNCCalendarEvents.GetEventCollectionItemByDate Method
Returns the event item for the specified date, or
nilif 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. |