ComponentOne Xamarin.iOS
DayOfWeekFormat Property


C1.iOS.Calendar Assembly > C1.iOS.Calendar Namespace > C1Calendar Class : DayOfWeekFormat Property
Gets or sets the format string which is used for representing day of week names.
Syntax
'Declaration
 
<Foundation.ExportAttribute("DayOfWeekFormat")>
<BrowsableAttribute(True)>
Public Property DayOfWeekFormat As String
'Usage
 
Dim instance As C1Calendar
Dim value As String
 
instance.DayOfWeekFormat = value
 
value = instance.DayOfWeekFormat
[Foundation.Export("DayOfWeekFormat")]
[Browsable(true)]
public string DayOfWeekFormat {get; set;}
Remarks
Possible values are:
See Also

Reference

C1Calendar Class
C1Calendar Members