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


Gets or sets a TimeInterval that represents the time unit of the entire Pattern.

Syntax

Visual Basic (Declaration) 
Public Property CalendarUnit As TimeInterval
Visual Basic (Usage)Copy Code
Dim instance As CalendarPattern
Dim value As TimeInterval
 
instance.CalendarUnit = value
 
value = instance.CalendarUnit
C# 
public TimeInterval CalendarUnit {get; set;}

See Also

© 2010 All Rights Reserved.