interface
IRecurrenceRule
Implemented interfaces:
This type does not implements any interface.
Derived types:
This type is not derived by any type in DocsMarshal.
Properties
EDays? RecursInTheDay { get; set; }
EMounth? RecursInTheMounth { get; set; }
Int64? RecursInTheMounthDays { get; set; }
The days of the month when the rule have to recur.
Int32? RepeatEvery { get; set; }