Class RVDateRule
A class that represents a date rule for a filter.
Inheritance
System.Object
RVDateRule
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public class RVDateRule
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 |