Share via


RecurrencePattern.PatternStartDate Property

Returns or sets a Date 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
Property PatternStartDate As DateTime
    Get
    Set
'Usage
Dim instance As RecurrencePattern
Dim value As DateTime

value = instance.PatternStartDate

instance.PatternStartDate = value
DateTime PatternStartDate { get; set; }

Property Value

Type: System.DateTime

See Also

Reference

RecurrencePattern Interface

RecurrencePattern Members

Microsoft.Office.Interop.Outlook Namespace