TitleFormat

TitleFormatserializable

System.Web.UI.WebControls (system.web.dll)enum

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 }

Hierarchy

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

Returned By

Calendar.TitleFormat

Passed To

Calendar.TitleFormat



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net