In The Hand LtdIn The Hand
PatternStartTime Property
.NET Components for Mobility
Returns or sets the start time for a recurring Appointment.
Declaration Syntax
C#Visual Basic
public DateTime PatternStartTime { get; set; }
Public Property PatternStartTime As DateTime
	Get
	Set
Value
The start time for a recurring Appointment.
Remarks
Pocket Outlook ignores the Date and uses only the Time component.

If you are creating a recurring Appointment, it is not necessary to set the PatternStartTime, Duration, or PatternEndTime, as the recurrence pattern will get these values from the Appointment. However, if you do set these values, they will override the Start, Duration, and End properties set on the Appointment.

Assembly: InTheHand.WindowsMobile.PocketOutlook (Module: InTheHand.WindowsMobile.PocketOutlook) Version: 7.0.0.0