dotnetCHARTING Send comments on this topic.
PatternUnit Property
See Also 
dotnetCHARTING Namespace > CalendarPattern Class : PatternUnit Property



Gets or sets a TimeInterval that represents the time unit of each Boolean value in the Pattern.

Syntax

Visual Basic (Declaration) 
Public Property PatternUnit As TimeInterval
Visual Basic (Usage)Copy Code
Dim instance As CalendarPattern
Dim value As TimeInterval
 
instance.PatternUnit = value
 
value = instance.PatternUnit
C# 
public TimeInterval PatternUnit {get; set;}
C++/CLI 
public:
property TimeInterval PatternUnit {
   TimeInterval get();
   void set (TimeInterval value);
}

See Also