Recurrence.DailyRegenerationPattern Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Recurrence.DailyRegenerationPattern() |
Initializes a new instance of the Microsoft.Exchange.WebServices.Data.Recurrence.DailyRegenerationPattern class. |
Recurrence.DailyRegenerationPattern(DateTime, Int32) |
Initializes a new instance of the Microsoft.Exchange.WebServices.Data.Recurrence.DailyRegenerationPattern class. |
Recurrence.DailyRegenerationPattern()
Initializes a new instance of the Microsoft.Exchange.WebServices.Data.Recurrence.DailyRegenerationPattern class.
public:
DailyRegenerationPattern();
public DailyRegenerationPattern ();
Public Sub New ()
Applies to
Recurrence.DailyRegenerationPattern(DateTime, Int32)
Initializes a new instance of the Microsoft.Exchange.WebServices.Data.Recurrence.DailyRegenerationPattern class.
public:
DailyRegenerationPattern(DateTime startDate, int interval);
public DailyRegenerationPattern (DateTime startDate, int interval);
Public Sub New (startDate As DateTime, interval As Integer)
Parameters
- startDate
- DateTime
The date and time when the recurrence starts.
- interval
- Int32
The number of days between the current occurrence and the next, after the current occurrence is completed.