DateTimeGroupingType Enumeration
|
Specifies how to group dateTime values.
Namespace:
Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum DateTimeGroupingType
Public Enumeration DateTimeGroupingType
public enum class DateTimeGroupingType
type DateTimeGroupingType
Members
|
Member name
|
Value
|
Description
|
|
Day
|
0
|
Group by day.
|
|
Hour
|
1
|
Group by hour.
|
|
Minute
|
2
|
Group by Minute.
|
|
Month
|
3
|
Group by Month.
|
|
Second
|
4
|
Group by Second.
|
|
Year
|
5
|
Group by Year.
|
See Also