IRubricatorAutoPeriodDate.AutoDateType

Syntax

AutoDateType: RubricatorAutoDateType;

Description

The AutoDateType property determines a method of date setting.

Comments

If absolute value must be specified, that is, AutoDateType equals to Exact, use the IRubricatorAutoPeriodDate.ExactDate property to set date. If relative value must be specified, that is, AutoDateType equals to Now or DateStart or DateEnd, use the IRubricatorAutoPeriodDate.Offset property to set date.

Example

The property use is given in the example for IExportRequestParams.AutoPeriod.

See also:

IRubricatorAutoPeriodDate