Determines the format for displaying the month day.
Namespace:
C1.Web.UI.Controls.C1CalendarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
public enum MonthDayFormat |
| Visual Basic |
|---|
Public Enumeration MonthDayFormat |
Members
| Member name | Description | |
|---|---|---|
| NoPadding | Displays the day in month. Single-digit days will not have a leading zero. | |
| ZeroPadding | Displays the day in month. Single-digit days will not have a leading zero. |