C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / C1Calendar Class / HeaderMonthFormat Property


In This Topic
HeaderMonthFormat Property
In This Topic
Gets or sets the format used to display the month of the year when the ViewMode is CalendarViewMode.Month.
Syntax
'Declaration
 
<Foundation.ExportAttribute("HeaderMonthFormat")>
<BrowsableAttribute(True)>
Public Property HeaderMonthFormat As String
 
'Usage
 
Dim instance As C1Calendar
Dim value As String
 
instance.HeaderMonthFormat = value
 
value = instance.HeaderMonthFormat
See Also