RubricatorAutoDateType

Description

The RubricatorAutoDateType enumeration contains methods of setting dates for the time period of time series database.

It is used by the following properties and methods:

Available Values

Value Brief description
0 Exact. Date set explicitly.
1 Now. Date set relative to the current date.
2 DateStart. Date set relative to the data start date.
3 DateEnd. Date set relative to the data end date.

Comments

DateStart and DateEnd are used only for IRubricatorAutoPeriod.Start and IRubricatorAutoPeriod.End_, respectively.

Use the IRubricatorAutoPeriodDate.ExactDate property to set date explicitly, use IRubricatorAutoPeriodDate.Offset to set it relatively.

See also:

Cubes Assembly Enumerations