dbicCalendar Send comments on this topic.
DateFormat Property
See Also 
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace > dbiCalendar Class : DateFormat Property

Gets or sets the date format in the control.

Syntax

Visual Basic (Declaration) 
Public Property DateFormat As String
C# 
public string DateFormat {get; set;}

Remarks

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

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also