Version

FixedDateGroup Constructor

Creates a new FixedDateGroup instance.
Syntax
public FixedDateGroup( 
   FixedDateGroupType type,
   DateTime value
)

Parameters

type
The type, or precision, of the group.
value
The reference date which determines range of accepted dates.
Exceptions
ExceptionDescription
Infragistics.Documents.Excel.MockClasses.InvalidEnumArgumentExceptiontype is not defined in the FixedDateGroupType enumeration.
System.ArgumentExceptionvalue cannot be defined in the Excel.
Remarks

type indicates the precision of value, which defines the range of accepted dates in the group. For example, if the type is Hour and value is 12/19/2011 1:29:13 PM, the date range allowed by the FixedDateGroup would be 12/19/2011 1:00:00 PM to 12/19/2011 1:59:59 PM.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also