Class RVDateRule
A class that represents a date rule for a filter.
Inheritance
System.Object
RVDateRule
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class RVDateRule : Object
Constructors
RVDateRule(RVPeriodRelation, RVPeriodType)
Create a date rule with the specified period relation and period type.
Declaration
public RVDateRule(RVPeriodRelation periodRelation, RVPeriodType periodType)
Parameters
Type | Name | Description |
---|---|---|
RVPeriodRelation | periodRelation | Period relation |
RVPeriodType | periodType | Period type |
RVDateRule(RVPeriodRelation, Int32, RVPeriodType)
Create a date rule with the specified period relation and a certain amount of periods of a specified type.
Declaration
public RVDateRule(RVPeriodRelation periodRelation, int periodCount, RVPeriodType periodType)
Parameters
Type | Name | Description |
---|---|---|
RVPeriodRelation | periodRelation | |
System.Int32 | periodCount | |
RVPeriodType | periodType |