MonthCalendar.GetDisplayRange(Boolean) 方法

定义

检索表示控件所显示日期上下限的日期信息。

public:
 System::Windows::Forms::SelectionRange ^ GetDisplayRange(bool visible);
public System.Windows.Forms.SelectionRange GetDisplayRange (bool visible);
member this.GetDisplayRange : bool -> System.Windows.Forms.SelectionRange
Public Function GetDisplayRange (visible As Boolean) As SelectionRange

参数

visible
Boolean

只检索完全包含在所显示月份中的日期,则为 true,否则,为 false

返回

所显示日历的开始和结束日期。

注解

方法 GetDisplayRange 返回一个 , SelectionRange 其中包含在控件的当前视图中显示的开始和结束日期。 可以根据为 visible 参数指定的值修改返回的范围。 通过指定 false,可以检索控件上显示的所有日期;指定 true 仅检索完全显示月份的日期。

适用于

另请参阅