MESCIUS SPREAD for Windows Forms 15.0J
DateFromPoint(Point) メソッド

System.Drawing.Point型の値。
指定の座標位置にある日付を取得します。
構文
'宣言
 
Public Overloads Function DateFromPoint( _
   ByVal point As Point _
) As Nullable(Of Date)
public Nullable<DateTime> DateFromPoint( 
   Point point
)

パラメータ

point
System.Drawing.Point型の値。

戻り値の型

現在の日付を表すNullable型。
解説
このメソッドは、特定のポイントから日付を取得します。指定されたポイントがDropDownCalendarビューに含まれていない場合は、null 参照 (Visual Basicでは Nothing)値を返します。
参照

DropDownCalendar クラス
DropDownCalendar メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.