Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SpreadMonthCalendar Class / SetMaxDate Method
Maximum value in DateTime


In This Topic
SetMaxDate Method
In This Topic
Sets a maximum System.DateTime value.
Syntax
'Declaration
 
Public Sub SetMaxDate( _
   ByVal dt As Date _
) 
 
'Usage
 
Dim instance As SpreadMonthCalendar
Dim dt As Date
 
instance.SetMaxDate(dt)

Parameters

dt
Maximum value in DateTime
See Also