PowerTools SPREAD for Windows Forms 8.0J
DateFromPoint(Point) メソッド


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

パラメータ

point
System.Drawing.Point型の値。

戻り値の型

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

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

 

 


© 2004-2015, GrapeCity inc. All rights reserved.