Class DateTimeGroupItem

DateTimeGroupItem class

Represents the datetime’s group setting.

public class DateTimeGroupItem

Constructors

NameDescription
DateTimeGroupItem(DateTimeGroupingType, int, int, int, int, int, int)

Properties

NameDescription
DateTimeGroupingType { get; set; }Gets and sets the group type.
Day { get; set; }Gets and sets the day of the grouped date time.
Hour { get; set; }Gets and sets the hour of the grouped date time.
Minute { get; set; }Gets and sets the minute of the grouped date time.
MinValue { get; }Gets the min value.
Month { get; set; }Gets and sets the month of the grouped date time.
Second { get; set; }Gets and sets the second of the grouped date time.
Year { get; set; }Gets and sets the year of the grouped date time.

See Also