RecurrencePattern.PatternStartDate Property

Returns or sets a DateTime indicating the start date for the recurrence pattern. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property PatternStartDate As DateTime
    Get
    Set
'Usage
Dim instance As RecurrencePattern
Dim value As DateTime

value = instance.PatternStartDate

instance.PatternStartDate = value
[DispIdAttribute()]
DateTime PatternStartDate { get; set; }

Property Value

Type: System.DateTime

See Also

Reference

RecurrencePattern Interface

RecurrencePattern Members

Microsoft.Office.Interop.Outlook Namespace

Other Resources

How to: Create a Recurring Appointment That Has a Weekly Pattern

How to: Create an Annual Recurring Appointment That Uses a YearNth Pattern

How to: Assign a Task to a Recipient

How to: Create a Recurring Task