[]
Imposes the specified time format string on the current ComboBoxField.
The syntax of the format string is similar to .NET format strings. Some examples are "HH:MM" or "H:MM tt".
Note that this method initializes the values of Field.Events.FormatValue and Field.Events.KeyPress only, it does not change the field's value or widget appearance streams.
public void SetTimeFormat(string format)
Public Sub SetTimeFormat(format As String)
Type | Name | Description |
---|---|---|
string | format | The format string. Cannot be null or empty. |