TimePickerFunctions::GetTime
Action to get time from a time picker component and assign it to a variable.
Fields: [ ]=
Optional with Default Value
-
VariableName
The name of variable to contain the time string of TimePicker.
The name of variable to contain the time string of TimePicker.
The time string will be in format "HH:mm:ss", the hour is in military format (24-hour).
Examples:
[How To Read This Reference]
TimePickerFunctions::SetTime
Action to set time for a time picker component according to its TimeValue.
Fields: [ ]=
Optional with Default Value
-
TimeValue
TimeValue to set.
TimeValue to set. It can be in format of "HH:mm:ss" or "HH:mm".
The hour should be in military format (24-hour). For the second, it is ignored
for now, as Android TimePicker doesn't support it yet.
Examples:
[How To Read This Reference]