Scheduler for WinRT
NoEndDate Property


Gets or sets the System.Boolean value indicating if the recurrence pattern is endless. The default value is True.
Syntax
'Declaration
 
Public Property NoEndDate As Boolean
'Usage
 
Dim instance As RecurrencePattern
Dim value As Boolean
 
instance.NoEndDate = value
 
value = instance.NoEndDate
public bool NoEndDate {get; set;}
Remarks
This property must be coordinated with other properties when setting up a recurrence pattern. If the PatternEndDate property or the Occurrences property is set, the pattern is considered to be finite and the NoEndDate property is false. If neither PatternEndDate nor Occurrences is set, the pattern is considered infinite and NoEndDate is true.
Requirements

Target Platforms: 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

Reference

RecurrencePattern Class
RecurrencePattern Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.