Intersoft ClientUI Documentation
CheckRecurringState Method



Perform recurrence pattern checking.
Syntax
Public Overridable Function CheckRecurringState() As Boolean
Dim instance As UXScheduleViewEditingFormViewModel
Dim value As Boolean
 
value = instance.CheckRecurringState()
public virtual bool CheckRecurringState()
public:
virtual bool CheckRecurringState(); 

Return Value

Returns true if there are changes between the current recurrence pattern and the original one.
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

UXScheduleViewEditingFormViewModel Class
UXScheduleViewEditingFormViewModel Members

Send Feedback