DateTimeGroupItem Class

DateTimeGroupItem class

Represents the datetime’s group setting.


type DateTimeGroupItem struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewDateTimeGroupItem_DateTimeGroupingType_Int_Int_Int_Int_Int_Int
NewDateTimeGroupItem_ObjectConstructs from an Object convertible to this.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
ToObjectGets the Object.
GetMinValueGets the min value.
GetDateTimeGroupingTypeGets and sets the group type.
SetDateTimeGroupingTypeGets and sets the group type.
GetYearGets and sets the year of the grouped date time.
SetYearGets and sets the year of the grouped date time.
GetMonthGets and sets the month of the grouped date time.
SetMonthGets and sets the month of the grouped date time.
GetDayGets and sets the day of the grouped date time.
SetDayGets and sets the day of the grouped date time.
GetHourGets and sets the hour of the grouped date time.
SetHourGets and sets the hour of the grouped date time.
GetMinuteGets and sets the minute of the grouped date time.
SetMinuteGets and sets the minute of the grouped date time.
GetSecondGets and sets the second of the grouped date time.
SetSecondGets and sets the second of the grouped date time.