Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SpreadDropDownMonthCalendar Class / DateTimeInfo Property


In This Topic
    DateTimeInfo Property (SpreadDropDownMonthCalendar)
    In This Topic
    Gets or sets a DateTimeFormatInfo object for SpreadDropDownMonthCalendar.
    Syntax
    'Declaration
     
    
    Public Property DateTimeInfo As DateTimeFormatInfo
    'Usage
     
    
    Dim instance As SpreadDropDownMonthCalendar
    Dim value As DateTimeFormatInfo
     
    instance.DateTimeInfo = value
     
    value = instance.DateTimeInfo
    public DateTimeFormatInfo DateTimeInfo {get; set;}
    See Also