Calendar for WinForms | ComponentOne
C1.Win.Calendar Namespace / C1CalendarView Class / TodayFormat Property

In This Topic
    TodayFormat Property (C1CalendarView)
    In This Topic
    Gets or sets the text format of the "Today" button. Use curly braces to define the date format.
    Syntax
    'Declaration
     
    
    Public Property TodayFormat As String
    public string TodayFormat {get; set;}
    Example
    "Today: {MM.dd.yy}"
    See Also