'宣言 Public Property FocusedDate As System.Nullable(Of Date)
public System.Nullable<DateTime> FocusedDate {get; set;}
'宣言 Public Property FocusedDate As System.Nullable(Of Date)
public System.Nullable<DateTime> FocusedDate {get; set;}
FocusedDate が null 参照 (Visual Basicでは Nothing)の場合、ドロップダウンカレンダーのフォーカス設定日は Value.に更新されます。 Value がまだ null 参照 (Visual Basicでは Nothing)の場合は、 System.DateTime.Today に更新されます。
FocusedDate が null 参照 (Visual Basicでは Nothing)でない場合、ドロップダウンカレンダーのフォーカス設定日は FocusedDate.に更新されます。