element <allDay> (unified local)
Namespace:
Type:
xsd:boolean
Content:
simple
Defined:
locally at 2 locations in myCalendar.xsd
XML Representation Summary
<allDay>
   
Content: 
{ xsd:boolean }
</allDay>
Included in content model of elements (2):
body (in exception), body (type bodyType)
Definition Locations
Annotations (2) (by all definition locations)
Location:
within body (in exception) element [def]
Annotation:
This particular instance is allDay.

Location:
within bodyType complexType [def]
Annotation:
False or absence of this element indicates a regular event. Otherwise, this attribute indicates that the event is an all-day event. All day events may span multiple days. By convention, all day events start at 12:00:00 am of the day of startTime, regardless of what time it actually is, and it will end at 11:59:59 pm of the endTime date. In other words, if the allDay element is present and has value=true, .NET Calendar will ignore the actual times of the events and consider only the date part of the field. <br/>The allDay tag is meant to operate as a hint to UI renders to display specialized icons indicating an all-day event. allDay events are distinguishable between 24-hr events starting at 12am. In the case of a meeting request, an allDay event will <b>not</b> appear in the local user's time zone, but rather in the organizer's time zone.