In The Hand LtdIn The Hand
PatternEndTime Property
.NET Components for Mobility
Returns or sets when a recurring Appointment ends.
Declaration Syntax
C#Visual Basic
public DateTime PatternEndTime { get; set; }
Public Property PatternEndTime As DateTime
	Get
	Set
Value
The time when a recurring Appointment ends.
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 AppointmentRecurrence 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