'Declaration Public Sub SetTimeFormat( _ ByVal format As System.String _ )
public void SetTimeFormat( System.string format )
Parameters
- format
- The format string. Cannot be a null reference (Nothing in Visual Basic) or empty.
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.
'Declaration Public Sub SetTimeFormat( _ ByVal format As System.String _ )
public void SetTimeFormat( System.string format )