Click or drag to resize

DateTimeGroupItem MinValue Property

Gets the minimum DateTime value based on the current DateTimeGroupingType.

Namespace: Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public DateTime MinValue { get; }

Return Value

Type: DateTime
A DateTime representing the minimum value for the specified grouping type (Year, Month, Day, Hour, Minute, Second).
See Also