Class DateTimeGroupItem
- Namespace
- Spire.Xls.Core.Spreadsheet.AutoFilter
- Assembly
- Spire.XLS.dll
public class DateTimeGroupItem
- Inheritance
-
DateTimeGroupItem
- Inherited Members
-
Constructors
DateTimeGroupItem()
public DateTimeGroupItem()
DateTimeGroupItem(DateTimeGroupingType, int, int, int, int, int, int)
public DateTimeGroupItem(DateTimeGroupingType type, int year, int month, int day, int hour, int minute, int second)
Parameters
type
DateTimeGroupingType
year
int
month
int
day
int
hour
int
minute
int
second
int
Properties
DateTimeGroupingType
public DateTimeGroupingType DateTimeGroupingType { get; set; }
Property Value
- DateTimeGroupingType
Day
public int Day { get; set; }
Property Value
- int
Hour
public int Hour { get; set; }
Property Value
- int
MinValue
public DateTime MinValue { get; }
Property Value
- DateTime
Minute
public int Minute { get; set; }
Property Value
- int
Month
public int Month { get; set; }
Property Value
- int
Second
public int Second { get; set; }
Property Value
- int
Year
public int Year { get; set; }
Property Value
- int