[]
Initializes a new instance of the SpreadDropDownMonthCalendar class.
public SpreadDropDownMonthCalendar()
Public Sub New()
Initializes a new instance of the SpreadDropDownMonthCalendar class.
public SpreadDropDownMonthCalendar(DateTimeFormatInfo info, DateTime dateDefault)
Public Sub New(info As DateTimeFormatInfo, dateDefault As Date)
Type | Name | Description |
---|---|---|
DateTimeFormatInfo | info | Defines how DateTime values are formatted and displayed. |
DateTime | dateDefault | The default value for SpreadDropDownMonthCalendar |
The instructor method that is initialized automatically when deserializing.
public SpreadDropDownMonthCalendar(SerializationInfo info, StreamingContext context)
Public Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | Object that holds the serialized object data. |
StreamingContext | context | Contexual information about the source or destination of the serialization |