Version

RecurrenceInfo Constructor

Constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal recurrence As RecurrenceBase, _
   ByVal startDateTime As Date, _
   ByVal occurrenceDuration As TimeSpan, _
   ByVal timeZone As TimeZoneToken, _
   Optional ByVal context As Object _
)
public RecurrenceInfo( 
   RecurrenceBase recurrence,
   DateTime startDateTime,
   TimeSpan occurrenceDuration,
   TimeZoneToken timeZone,
   object context
)

Parameters

recurrence
Recurrence object.
startDateTime
Start of the recurrence. This date-time value is in local time relative to the specified time zone.
occurrenceDuration
Each occurrence duration.
timeZone
Identifies the time-zone. 'StartDateTime' parameter's value is relative to this time zone.
context
Optional context object.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also