In The Hand LtdIn The Hand
Duration Property
.NET Components for Mobility
Returns or sets the duration for a recurring Appointment.
Declaration Syntax
C#Visual Basic
public TimeSpan Duration { get; set; }
Public Property Duration As TimeSpan
	Get
	Set
Value
The duration for a recurring Appointment.
Remarks

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.

Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionDuration property must be less than 31 days.

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