Determines the format for displaying the month day.

Namespace:  C1.Web.iPhone.C1Calendar
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public enum MonthDayFormat
Visual Basic
Public Enumeration MonthDayFormat

Members

Member nameValueDescription
NoPadding0 Displays the day in month. Single-digit days will not have a leading zero.
ZeroPadding1 Displays the day in month. Single-digit days will not have a leading zero.

See Also