dotnetCHARTING Send comments on this topic.
Invert Method
See Also 
dotnetCHARTING Namespace > CalendarPattern Class : Invert Method



Inverts this CalendarPattern.

Syntax

Visual Basic (Declaration) 
Public Sub Invert() 
Visual Basic (Usage)Copy Code
Dim instance As CalendarPattern
 
instance.Invert()
C# 
public void Invert()
C++/CLI 
public:
void Invert(); 

Remarks

If the pattern is "0011", after this operation it will become "1100".

See Also