The CalendarHelper type exposes the following members.

Properties

  NameDescription
Public propertyCulture
Gets or sets the CultureInfo object which holds culture-specific information.
Public propertyDateTimeKind
Gets or sets a DateTimeKind value specifying DateTime kind used for saving DateTime values.
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance.
(Inherited from DependencyObject.)
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyEndDayTime
Gets or sets the TimeSpan value specifying the end of the working time.
Public propertyFullDayNames
Gets an array of culture specific full day names.
Public propertyFullMonthNames
Gets an array of culture specific full month names.
Public propertyHolidays
Gets or sets the ObservableCollection<(Of <(<'T>)>)> object which holds the list of holidays (non-working days in addition to weekends).
Public propertyInfo
Gets the underlying CalendarInfo object. For internal use only.
Public propertyIsSealed
Gets a value that declares whether this instance is currently read-only.
(Inherited from DependencyObject.)
Public propertyStartDayTime
Gets or sets the TimeSpan value specifying the beginning of the working time.
Protected propertyVisualBitmapEffectObsolete.
Gets or sets the BitmapEffect value for the Visual.
(Inherited from Visual.)
Protected propertyVisualBitmapEffectInputObsolete.
Gets or sets the BitmapEffectInput value for the Visual.
(Inherited from Visual.)
Protected propertyVisualBitmapScalingMode
Gets or sets the BitmapScalingMode for the Visual.
(Inherited from Visual.)
Protected propertyVisualChildrenCount
Gets the number of child elements for the Visual.
(Inherited from Visual.)
Protected propertyVisualClip
Gets or sets the clip region of the Visual as a Geometry value.
(Inherited from Visual.)
Protected propertyVisualEdgeMode
Gets or sets the edge mode of the Visual as an EdgeMode value.
(Inherited from Visual.)
Protected propertyVisualEffect
Gets or sets the bitmap effect to apply to the Visual.
(Inherited from Visual.)
Protected propertyVisualOffset
Gets or sets the offset value of the visual object.
(Inherited from Visual.)
Protected propertyVisualOpacity
Gets or sets the opacity of the Visual.
(Inherited from Visual.)
Protected propertyVisualOpacityMask
Gets or sets the Brush value that represents the opacity mask of the Visual.
(Inherited from Visual.)
Protected propertyVisualParent
Gets the visual tree parent of the visual object.
(Inherited from Visual.)
Protected propertyVisualTransform
Gets or sets the Transform value for the Visual.
(Inherited from Visual.)
Protected propertyVisualXSnappingGuidelines
Gets or sets the x-coordinate (vertical) guideline collection.
(Inherited from Visual.)
Protected propertyVisualYSnappingGuidelines
Gets or sets the y-coordinate (horizontal) guideline collection.
(Inherited from Visual.)
Public propertyWeekendExceptions
Gets or sets the ObservableCollection<(Of <(<'T>)>)> object which holds the list of weekend days which should be working.
Public propertyWeekStart
Gets or sets the DayOfWeek value determining the first day of the week. Default is system settings.
Public propertyWorkDays
Gets or sets the WorkDays object containing the set of working days in one week.

See Also