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

In This Topic
    TodayFormat Property
    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