interface IRecurrenceRule


Implemented interfaces:

This type does not implements any interface.

Derived types:

This type is not derived by any type in DocsMarshal.


Properties

DateTime? ExpireDate { get; set; }


EDays? RecursInTheDay { get; set; }


EMounth? RecursInTheMounth { get; set; }


Int64? RecursInTheMounthDays { get; set; }

The days of the month when the rule have to recur.

The type of this argument is a long integer related to ERecursInTheMounthDays enumeration.

ERecursInTheMounthOn? RecursInTheMounthOn { get; set; }


Int32? RepeatEvery { get; set; }


ERepeatTaskDuration? RepeatTaskDuration { get; set; }


ERepeatTaskEvery? RepeatTaskEvery { get; set; }


DateTime StartDt { get; set; }


EStartTriggerType StartType { get; set; }