DateTimeGroupItem Class
Contents
[
Hide
]DateTimeGroupItem class
Represents the datetime’s group setting.
type DateTimeGroupItem struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewDateTimeGroupItem_DateTimeGroupingType_Int_Int_Int_Int_Int_Int | |
| NewDateTimeGroupItem_Object | Constructs from an Object convertible to this. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| ToObject | Gets the Object. |
| GetMinValue | Gets the min value. |
| GetDateTimeGroupingType | Gets and sets the group type. |
| SetDateTimeGroupingType | Gets and sets the group type. |
| GetYear | Gets and sets the year of the grouped date time. |
| SetYear | Gets and sets the year of the grouped date time. |
| GetMonth | Gets and sets the month of the grouped date time. |
| SetMonth | Gets and sets the month of the grouped date time. |
| GetDay | Gets and sets the day of the grouped date time. |
| SetDay | Gets and sets the day of the grouped date time. |
| GetHour | Gets and sets the hour of the grouped date time. |
| SetHour | Gets and sets the hour of the grouped date time. |
| GetMinute | Gets and sets the minute of the grouped date time. |
| SetMinute | Gets and sets the minute of the grouped date time. |
| GetSecond | Gets and sets the second of the grouped date time. |
| SetSecond | Gets and sets the second of the grouped date time. |