|
|
|
|
|
- Application in the background: Specific case from Android 10
TimePicker (Function) In french: HeureSélecteur Opens the system time picker. Remark: To select a time via the date picker, we recommend that you use the "TimePicker" input mask for the "Time" edit control. This input mask is also available for iPhone/iPad applications.
StartTime is Time = "0730"
TimeSelected is Time = TimePicker(StartTime, True, "Enter the end time")
Syntax
<Result> = TimePicker([<Initial time> [, <24-hour mode> [, <Title>]]])
<Result>: Time or character string - Time selected in the picker,
- Empty string ("") if the selection was canceled by the user.
<Initial time>: Time or optional character string Time displayed when the picker is opened. If this time is not specified, the picker will display the current time. <24-hour mode>: Optional boolean - True (default value) to display the time in 24-hour format.
- False to display the time in AM/PM format.
<Title>: Optional character string Title that must be displayed in the picker. If this parameter is not specified, the title will be the time displayed in the picker in text format. Component: wd300android.jar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|