Public Properties
Gets the exclusive end date of the accepted date range with a CalendarType of None. Syntax
Determines whether the FixedDateGroup is equal to the specified object. Syntax Parameters obj The object to test for equality. Return Value True if the object is equal to this instance; False otherwise.
Gets the hash code for the FixedDateGroup. Syntax Return Value A number which can be used to hash this instance.
Gets the accepted date range based on the specified calendar type. Syntax Parameters calendarType The calendar type in which to get the accepted date range.start Out parameter which will contain the inclusive start date of the accepted date range.end Out parameter which will contain the exclusive end date of the a...
Gets the accepted date range based on the specified calendar type. Overload List
Gets the inclusive start date of the accepted date range with a CalendarType of None. Syntax
Gets the type, or precision, of the group. Syntax Remarks The group type indicates the precision of the Value, which defines the range of accepted dates in the group. For example, if the Type is Hour and the 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...
Gets the reference date which determines range of accepted dates. Syntax Remarks Type indicates the precision of the Value, which defines the range of accepted dates in the group. For example, if the Type is Hour and the Value is 12/19/2011 1:29:13 PM, the date range allowed by the FixedDateGroup would be 12/19/20...
Creates a new FixedDateGroup instance. Syntax Parameters type The type, or precision, of the group.value The reference date which determines range of accepted dates. Exceptions Exception Description System.ComponentModel.InvalidEnumArgumentException type is not defined in the FixedDateGroupType enumeration. System...