Class RVPeriodType

Represents the type of period to be used by a date rule.

Inheritance
System.Object
RVPeriodType
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public sealed class RVPeriodType : Enum

Fields

Day

Declaration
public const RVPeriodType Day
Field Value
Type Description
RVPeriodType

Month

Declaration
public const RVPeriodType Month
Field Value
Type Description
RVPeriodType

Quarter

Declaration
public const RVPeriodType Quarter
Field Value
Type Description
RVPeriodType

Semester

Declaration
public const RVPeriodType Semester
Field Value
Type Description
RVPeriodType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Week

Week (starting on Monday)

Declaration
public const RVPeriodType Week
Field Value
Type Description
RVPeriodType

Year

Declaration
public const RVPeriodType Year
Field Value
Type Description
RVPeriodType