Gets or sets the name of the day.
public string DayName {get; set;}
'Declaration
Public Property DayName As String
'Usage
Dim instance As DayOfWeekStyle
Dim value As String
instance.DayName = value
value = instance.DayName
Property Value
The
System.String value that indicates the name of the day.