The CalendarHelper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CalendarHelper |
Initializes a new instance of the CalendarHelper class.
|
Methods
Name | Description | |
---|---|---|
![]() | AddVisualChild |
Defines the parent-child relationship between two visuals.
(Inherited from Visual.) |
![]() | ClearValue | Overloaded. |
![]() | CoerceValue |
Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject.
(Inherited from DependencyObject.) |
![]() | Equals |
Determines whether a provided DependencyObject is equivalent to the current DependencyObject.
(Inherited from DependencyObject.) |
![]() | FindCommonVisualAncestor |
Returns the common ancestor of two visual objects.
(Inherited from Visual.) |
![]() | GetHashCode |
Gets a hash code for this DependencyObject.
(Inherited from DependencyObject.) |
![]() | GetLocalValueEnumerator |
Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject.
(Inherited from DependencyObject.) |
![]() | GetValue |
Returns the current effective value of a dependency property on this instance of a DependencyObject.
(Inherited from DependencyObject.) |
![]() | GetVisualChild |
Returns the specified Visual in the parent VisualCollection.
(Inherited from Visual.) |
![]() | HitTestCore | Overloaded. |
![]() | InvalidateProperty |
Re-evaluates the effective value for the specified dependency property
(Inherited from DependencyObject.) |
![]() | IsAncestorOf |
Determines whether the visual object is an ancestor of the descendant visual object.
(Inherited from Visual.) |
![]() | IsDescendantOf |
Determines whether the visual object is a descendant of the ancestor visual object.
(Inherited from Visual.) |
![]() | OnPropertyChanged |
Invoked whenever the effective value of any dependency property on this DependencyObject has been updated. The specific dependency property that changed is reported in the event data.
(Inherited from DependencyObject.) |
![]() | OnVisualChildrenChanged |
Called when the VisualCollection of the visual object is modified.
(Inherited from Visual.) |
![]() | OnVisualParentChanged |
Called when the parent of the visual object is changed.
(Inherited from Visual.) |
![]() | PointFromScreen |
Converts a Point in screen coordinates into a Point that represents the current coordinate system of the Visual.
(Inherited from Visual.) |
![]() | PointToScreen |
Converts a Point that represents the current coordinate system of the Visual into a Point in screen coordinates.
(Inherited from Visual.) |
![]() | ReadLocalValue |
Returns the local value of a dependency property, if it exists.
(Inherited from DependencyObject.) |
![]() | ReceiveWeakEvent |
Receives events from the centralized event manager.
|
![]() | RemoveVisualChild |
Removes the parent-child relationship between two visuals.
(Inherited from Visual.) |
![]() | SetValue | Overloaded. |
![]() | ShouldSerializeProperty |
Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property.
(Inherited from DependencyObject.) |
![]() | TransformToAncestor | Overloaded. |
![]() | TransformToDescendant |
Returns a transform that can be used to transform coordinates from the Visual to the specified visual object descendant.
(Inherited from Visual.) |
![]() | TransformToVisual |
Returns a transform that can be used to transform coordinates from the Visual to the specified visual object.
(Inherited from Visual.) |
Properties
Name | Description | |
---|---|---|
![]() | Culture |
Gets or sets the CultureInfo object which holds culture-specific information.
|
![]() | DateTimeKind |
Gets or sets a DateTimeKind value specifying DateTime kind
used for saving DateTime values.
|
![]() | DependencyObjectType |
Gets the DependencyObjectType that wraps the CLR type of this instance.
(Inherited from DependencyObject.) |
![]() | Dispatcher |
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.) |
![]() | EndDayTime |
Gets or sets the TimeSpan value specifying
the end of the working time.
|
![]() | FullDayNames |
Gets an array of culture specific full day names.
|
![]() | FullMonthNames |
Gets an array of culture specific full month names.
|
![]() | Holidays |
Gets or sets the ObservableCollection<(Of <(<'T>)>)> object which holds
the list of holidays (non-working days in addition to weekends).
|
![]() | Info |
Gets the underlying CalendarInfo object. For internal use only.
|
![]() | IsSealed |
Gets a value that declares whether this instance is currently read-only.
(Inherited from DependencyObject.) |
![]() | StartDayTime |
Gets or sets the TimeSpan value specifying the beginning
of the working time.
|
![]() | VisualBitmapEffect | Obsolete.
Gets or sets the BitmapEffect value for the Visual.
(Inherited from Visual.) |
![]() | VisualBitmapEffectInput | Obsolete.
Gets or sets the BitmapEffectInput value for the Visual.
(Inherited from Visual.) |
![]() | VisualBitmapScalingMode |
Gets or sets the BitmapScalingMode for the Visual.
(Inherited from Visual.) |
![]() | VisualChildrenCount |
Gets the number of child elements for the Visual.
(Inherited from Visual.) |
![]() | VisualClip | (Inherited from Visual.) |
![]() | VisualEdgeMode | (Inherited from Visual.) |
![]() | VisualEffect |
Gets or sets the bitmap effect to apply to the Visual.
(Inherited from Visual.) |
![]() | VisualOffset |
Gets or sets the offset value of the visual object.
(Inherited from Visual.) |
![]() | VisualOpacity |
Gets or sets the opacity of the Visual.
(Inherited from Visual.) |
![]() | VisualOpacityMask | (Inherited from Visual.) |
![]() | VisualParent |
Gets the visual tree parent of the visual object.
(Inherited from Visual.) |
![]() | VisualTransform | (Inherited from Visual.) |
![]() | VisualXSnappingGuidelines |
Gets or sets the x-coordinate (vertical) guideline collection.
(Inherited from Visual.) |
![]() | VisualYSnappingGuidelines |
Gets or sets the y-coordinate (horizontal) guideline collection.
(Inherited from Visual.) |
![]() | WeekendExceptions |
Gets or sets the ObservableCollection<(Of <(<'T>)>)> object which holds
the list of weekend days which should be working.
|
![]() | WeekStart |
Gets or sets the DayOfWeek value determining
the first day of the week. Default is system settings.
|
![]() | WorkDays |
Gets or sets the WorkDays object containing the
set of working days in one week.
|
Events
Name | Description | |
---|---|---|
![]() | PropertyChanged |
Occurs when the property of CalendarHelper object is changed.
|