Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.25 KB

month-element-query.md

File metadata and controls

57 lines (41 loc) · 1.25 KB
title manager ms.date ms.audience ms.topic ms.localizationpriority api_name api_type ms.assetid description
Month element (Query)
soliver
3/9/2015
Developer
reference
medium
Query schema
schema
ff0c7293-6426-4a70-9267-ee504baebc9e
In CAML, used in the DateRangesOverlap element to retrieve from a calendar all instances of a recurring event that occur within a month.

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