<ST_DateTimeGrouping>
(Date Time Grouping)
Specifies how to group dateTime values.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Group by day |
|
Group by hour |
|
Group by minute |
|
Group by month |
|
Group by second |
|
Group by year |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_DateTimeGrouping">
<restriction base="xsd:string">
<enumeration value="year"/>
<enumeration value="month"/>
<enumeration value="day"/>
<enumeration value="hour"/>
<enumeration value="minute"/>
<enumeration value="second"/>
</restriction>
</simpleType>