dbicDayView Send comments on this topic.
DateFormat Property
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : DateFormat Property

Gets or sets the date format in the control.

Syntax

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

Property Value

string

Remarks

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