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;}

See Also

© 2010 All Rights Reserved.