Version

RecurrenceInfo Class Members

The following tables list the members exposed by RecurrenceInfo.

Public Constructors
 NameDescription
Public ConstructorRecurrenceInfo ConstructorConstructor.  
Public Properties
 NameDescription
Public PropertyContextOptional context object. Can be an ActivityBase instance for example.  
Public PropertyOccurrenceDurationDuration of each occurrence.  
Public PropertyRecurrenceGets the recurrence object.  
Public PropertyStartDateTimeGets the start date-time of the recurrence. All the recurrence instances must occur on or after this start date-time. The value is relative to the time zone specified by the TimeZone property.  
Public PropertyTimeZoneTime zone associated with the StartDateTime value.  
See Also