TimePickerMessagesSettingsBuilder
Methods
Now(System.String)
Allows customization of the Now text in the TimePicker.
Parameters
value - System.String
The value for Now
RETURNS
Returns the current TimePickerMessagesSettingsBuilder instance.
Hour(System.String)
Allows customization of the Hour text in the TimePicker.
Parameters
value - System.String
The value for Hour
RETURNS
Returns the current TimePickerMessagesSettingsBuilder instance.
Minute(System.String)
Allows customization of the Minute text in the TimePicker.
Parameters
value - System.String
The value for Minute
RETURNS
Returns the current TimePickerMessagesSettingsBuilder instance.
Second(System.String)
Allows customization of the Second text in the TimePicker.
Parameters
value - System.String
The value for Second
RETURNS
Returns the current TimePickerMessagesSettingsBuilder instance.
Millisecond(System.String)
Allows customization of the Millisecond text in the TimePicker.
Parameters
value - System.String
The value for Millisecond
RETURNS
Returns the current TimePickerMessagesSettingsBuilder instance.
Cancel(System.String)
Allows customization of the Cancel button text in the TimePicker.
Parameters
value - System.String
The value for Cancel
RETURNS
Returns the current TimePickerMessagesSettingsBuilder instance.
Set(System.String)
Allows customization of the Set button text in the TimePicker.
Parameters
value - System.String
The value for Set
RETURNS
Returns the current TimePickerMessagesSettingsBuilder instance.
DateInput(System.Action)
The messages that DateInput uses. Use it to customize or localize the placeholders of each date/time part.
Parameters
configurator - System.Action<TimePickerMessagesDateInputSettingsBuilder>
The configurator for the dateinput setting.
RETURNS
Returns the current instance of TimePickerMessagesSettingsBuilder .