Name

TitleFormat

Synopsis

This enumeration specifies the format used for the title of the Calendar control. Month displays the month but not the year (for example, “September”). MonthYear displays both the month and year (for example, “September 2001”).

Public Enum TitleFormat
                  Month = 0
                  MonthYear = 1
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) TitleFormat

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.