'Declaration
Public Property FormatPattern As TimeFormatPattern
'Usage
Dim instance As TimeUpDown Dim value As TimeFormatPattern instance.FormatPattern = value value = instance.FormatPattern
public TimeFormatPattern FormatPattern {get; set;}
'Declaration
Public Property FormatPattern As TimeFormatPattern
'Usage
Dim instance As TimeUpDown Dim value As TimeFormatPattern instance.FormatPattern = value value = instance.FormatPattern
public TimeFormatPattern FormatPattern {get; set;}
The default value is TimeFormatPattern.ShortTime.
Note that when a Custom value is used for this property, it is also necessary to add a value to the CustomFormatString property; this is done in order to set the string that will contain the time symbols. You can refer to the example below to see how this can look in your code.
The following code would display this control:
<xctk:TimeUpDown HorizontalOptions="Center" FormatPattern="Custom" CustomFormatString=" 'Time is ' h:mm"/>
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2