Enum RVPeriodRelation
Represents the relation of a period to the current date, for use in date rules.
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public enum RVPeriodRelation
Fields
Name | Description |
---|---|
All | All time |
Last | Last [period] = 1 [period] ago until today |
Next | Next [period] = beginning of next [period] until end of next [period] |
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. |
This | This [period] = beginning of current [period] until end of current [period] |
ToDate | [period] to date = beginning of current [period] until today |