| Visual Basic (Declaration) | |
|---|---|
Public Property DateFormat As String | |
| C# | |
|---|---|
public string DateFormat {get; set;} | |
This property is only applied when ViewType Property is equal to Weekly.
The following characters can be used in the date format:
D - the day of the week defined in the DayNames Property
n - the month date
m - the numeric value of the month
M - the month name defined in the MonthNames Property
y - 2 digit year
Y - 4 digit year