Month element (Query)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Used in the DateRangesOverlap element to retrieve from a calendar all instances of a recurring event that occur within a month.

<DateRangesOverlap>
    <FieldRef Name= "EventDate" />
    <FieldRef Name= "EndDate" />
    <FieldRef Name= "RecurrenceID" />
    <Value Type=\"DateTime\">
    <Month />
    </Value>
</DateRangesOverlap>

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child elements

None

Parent elements

Occurrences

  • Minimum: 0
  • Maximum: Unbounded

See also