Version

Count Property (DateRecurrence)

Specifies the number of times the recurrence will re-occur. If 0 then there's no limit.
Syntax
'Declaration
 
Public Property Count As Integer
public int Count {get; set;}
Remarks
You can limit the number of times a recurrence re-occurs by either specifying the Count property or the Until property. Note that Count and Until are exclusive. You should only specify one but not both.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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