Represents the datetime's group setting.
DateTimeGroupItem
DateTimeGroupItem(type, year, month, day, hour, minute, second)
- Parameters:
type: int
- A DateTimeGroupingType value. year: int
- month: int
- day: int
- hour: int
- minute: int
- second: int
-
Property Getters/Setters Detail |
getMinValue : DateTime | |
DateTime getMinValue()
|
-
Gets the min value.
getDateTimeGroupingType/setDateTimeGroupingType : int | |
int getDateTimeGroupingType() / setDateTimeGroupingType(value)
|
-
Gets and sets the group type.
The value of the property is DateTimeGroupingType integer constant.
getYear/setYear : int | |
int getYear() / setYear(value)
|
-
Gets and sets the year of the grouped date time.
getMonth/setMonth : int | |
int getMonth() / setMonth(value)
|
-
Gets and sets the month of the grouped date time.
getDay/setDay : int | |
int getDay() / setDay(value)
|
-
Gets and sets the day of the grouped date time.
getHour/setHour : int | |
int getHour() / setHour(value)
|
-
Gets and sets the hour of the grouped date time.
getMinute/setMinute : int | |
int getMinute() / setMinute(value)
|
-
Gets and sets the minute of the grouped date time.
getSecond/setSecond : int | |
int getSecond() / setSecond(value)
|
-
Gets and sets the second of the grouped date time.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.