| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property DateFormat As String | |
| C# | |
|---|---|
public virtual string DateFormat {get; set;} | |
Property Value
stringThe 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