Class RVPeriodRelation
Represents the relation of a period to the current date, for use in date rules.
Inheritance
System.Object
RVPeriodRelation
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public sealed class RVPeriodRelation : Enum
Fields
All
All time
Declaration
public const RVPeriodRelation All
Field Value
| Type | Description |
|---|---|
| RVPeriodRelation |
Last
Last [period] = 1 [period] ago until today
Declaration
public const RVPeriodRelation Last
Field Value
| Type | Description |
|---|---|
| RVPeriodRelation |
Next
Next [period] = beginning of next [period] until end of next [period]
Declaration
public const RVPeriodRelation Next
Field Value
| Type | Description |
|---|---|
| RVPeriodRelation |
Previous
Previous [period] = beginning of last [period] until end of last [period]. When going back a certain amount of months, quarters, semesters or years causes the day component to go over of the resulting month's duration, the day will be adjusted to fit.
Declaration
public const RVPeriodRelation Previous
Field Value
| Type | Description |
|---|---|
| RVPeriodRelation |
This
This [period] = beginning of current [period] until end of current [period]
Declaration
public const RVPeriodRelation This
Field Value
| Type | Description |
|---|---|
| RVPeriodRelation |
ToDate
[period] to date = beginning of current [period] until today
Declaration
public const RVPeriodRelation ToDate
Field Value
| Type | Description |
|---|---|
| RVPeriodRelation |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |