FormatString Property (DateTimeUpDown)
Gets or sets the date-time format to be used by the control when
Format is set to Custom.
'Declaration
Public Property FormatString As String
'Usage
Dim instance As DateTimeUpDown
Dim value As String
instance.FormatString = value
value = instance.FormatString
public string FormatString {get; set;}
Property Value
A string representing the date-time format to be used by the control when Format is set to Custom, for example, "hh:mm tt".