AvailableRangeDatePicker.UpdateBlackoutRange Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Namespace: Microsoft.Internal.Pivot.Controls
Assembly: System.Windows.Controls.Pivot (in System.Windows.Controls.Pivot.dll)
Syntax
'Declaration
Protected Sub UpdateBlackoutRange ( _
start As DateTime, _
end As DateTime, _
exclude As Nullable(Of DateTime), _
ByRef lowerRange As CalendarDateRange, _
ByRef upperRange As CalendarDateRange, _
lower As Boolean _
)
protected void UpdateBlackoutRange(
DateTime start,
DateTime end,
Nullable<DateTime> exclude,
ref CalendarDateRange lowerRange,
ref CalendarDateRange upperRange,
bool lower
)
Parameters
- start
Type: System.DateTime
- end
Type: System.DateTime
- exclude
Type: System.Nullable<DateTime>
- lowerRange
Type: System.Windows.Controls.CalendarDateRange%
- upperRange
Type: System.Windows.Controls.CalendarDateRange%
- lower
Type: System.Boolean
Version Information
Silverlight
Supported in: 5
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.