[]
Gets or sets the last date included in the grouped range.
When AutoEnd is true, this value is ignored and the last date is determined from the PivotCache.
public DateTime? End { get; set; }
Public Property [End] As Date?
PivotFieldDateGroupOptions options = new PivotFieldDateGroupOptions();
options.End = new DateTime(2024, 12, 31);
DateTime? end = options.End;