dotnetCHARTING Send comments on this topic.
CalendarPattern Class Members
See Also  Properties  Methods 
dotnetCHARTING Namespace : CalendarPattern Class


The following tables list the members exposed by CalendarPattern.

Public Constructors

  Name Description
Public Constructor CalendarPattern Constructor Overloaded. Initializes a new instance of the CalendarPattern class.  
Top

Public Properties

  Name Description
Public Property AdjustmentUnit Gets or sets a values by which the time interval is offset on the axis.  
Public Property CalendarUnit Gets or sets a TimeInterval that represents the time unit of the entire Pattern.  
Public Property Pattern Gets or sets the calendar pattern.  
Public Property PatternUnit Gets or sets a TimeInterval that represents the time unit of each Boolean value in the Pattern.  
Public Propertystatic (Shared in Visual Basic) Weekdays Gets a calendar pattern instance representing weekdays.  
Public Propertystatic (Shared in Visual Basic) Weekends Gets a calendar pattern instance representing weekends.  
Top

Public Methods

  Name Description
Public Method Invert Inverts this CalendarPattern.  
Public Methodstatic (Shared in Visual Basic) PatternFromString Gets a boolean array from a string of ones (1) and zeros (0).  
Top

See Also