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; }
 
Public ReadOnly Property MinValue As DateTime
	Get
 
public:
property DateTime MinValue {
	DateTime get ();
}
 
member MinValue : DateTime with get
 
 
 
Return Value
Type:
DateTime
A DateTime representing the minimum value for the specified grouping type (Year, Month, Day, Hour, Minute, Second).
 
See Also