DateTimeGroupItem Class |
Namespace: Spire.Xls.Core.Spreadsheet.AutoFilter
The DateTimeGroupItem type exposes the following members.
Name | Description | |
---|---|---|
![]() |
DateTimeGroupItem |
Initializes a new instance of the DateTimeGroupItem class.
|
![]() |
DateTimeGroupItem(DateTimeGroupingType, Int32, Int32, Int32, Int32, Int32, Int32) |
Initializes a new instance of the DateTimeGroupItem class with the specified parameters.
|
Name | Description | |
---|---|---|
![]() |
DateTimeGroupingType |
Gets or sets the type of grouping for date and time.
|
![]() |
Day |
Gets or sets the day component of the date.
|
![]() |
Hour |
Gets or sets the hour component of the time.
|
![]() |
Minute |
Gets or sets the minute component of the time.
|
![]() |
MinValue |
Gets the minimum DateTime value based on the current DateTimeGroupingType.
|
![]() |
Month |
Gets or sets the month component of the date.
|
![]() |
Second |
Gets or sets the second component of the time.
|
![]() |
Year |
Gets or sets the year of the date.
|
Name | Description | |
---|---|---|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|