Create an all-day event using Native API
In order for an event to be treated as an all-day event by Sitefinity CMS, it must comply with the following:
- The start time must be set to 12:00:00 am.
- The end time must be set to 12:00:00 am.
- The start and end date should be created in UTC format.
- The event’s
AllDayEvent
property must be set to true
The following code creates an all-day event that lasts only one day with specified ID
, Title
, Content
, StartDate
, EndDate
through the Native API: