Version

Variances Property (Recurrence)

Returns a collection of Appointments that belong to the recurrence represented by this Recurrence that have been modified.
Syntax
'Declaration
 
Public ReadOnly Property Variances As VariancesCollection
public VariancesCollection Variances {get;}
Remarks

Note: The Variances collection's VariancesCollection.Count property returns zero if the Recurrence has not yet been assigned to an Appointment.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also