Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / CalendarHelper Class
Fields Properties Methods Events


In This Topic
    CalendarHelper Class Members
    In This Topic

    The following tables list the members exposed by CalendarHelper.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the CalendarHelper class.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Identifies the WorkDays dependency property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a DateTimeKind value specifying DateTime kind used for saving System.DateTime values.  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyGets or sets the System.TimeSpan value specifying the end of the working time.  
    Public PropertyGets an array of culture specific full day names.  
    Public PropertyGets an array of culture specific full month names.  
    Public PropertyGets or sets the ObservableCollection object which holds the list of holidays (non-working days in addition to weekends). You cannot set this property in XAML.  
    Public PropertyGets the underlying C1.C1Schedule.CalendarInfo object. For internal use only.  
    Public PropertyGets or sets the System.TimeSpan value specifying the beginning of the working time.  
    Public PropertyGets or sets the ObservableCollection object which holds the list of weekend days which should be working.  
    Public PropertyGets or sets the System.DayOfWeek value determining the first day of the week. Default is system settings.  
    Public PropertyGets or sets the WorkDays object containing the set of working days in one week.  
    Top
    Public Methods
    Public Events
     NameDescription
    Public EventOccurs when the property of CalendarHelper object is changed.  
    Top
    See Also