Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / CalendarDropDownStyleInfo Class / YearMonthFormat Property


In This Topic
    YearMonthFormat Property
    In This Topic
    Gets or set Year-Month date format(ie: yyy,MMMM).
    Syntax
    'Declaration
     
    
    Public Property YearMonthFormat As YearMonthFormat
    'Usage
     
    
    Dim instance As CalendarDropDownStyleInfo
    Dim value As YearMonthFormat
     
    instance.YearMonthFormat = value
     
    value = instance.YearMonthFormat
    public YearMonthFormat YearMonthFormat {get; set;}
    See Also