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