XrmAttributeExpression.DateTimeGrouping Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value to specify how DateTime data returned by the query should be grouped.
public:
property Microsoft::Xrm::Sdk::Query::XrmDateTimeGrouping DateTimeGrouping { Microsoft::Xrm::Sdk::Query::XrmDateTimeGrouping get(); void set(Microsoft::Xrm::Sdk::Query::XrmDateTimeGrouping value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Query.XrmDateTimeGrouping DateTimeGrouping { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.DateTimeGrouping : Microsoft.Xrm.Sdk.Query.XrmDateTimeGrouping with get, set
Public Property DateTimeGrouping As XrmDateTimeGrouping
Property Value
A value to specify how DateTime data returned by the query should be grouped
- Attributes