method InputTime (ControlName: String, Prompt: String[, Default: Time])
Define a time edit control on a scripted form that allows input of a time.
InputTime method syntax has these named arguments:
Parameter |
Description |
|---|---|
Control Name |
Required. Name of the control. Must be a valid MaxBasic identifier. |
Prompt |
Required. Prompt text to display to left of the control. |
Default |
Optional. Time expression displayed in the time control as the default response if no other input is provided. If you omit default, the time control is displayed empty. |
See also MaxBasic InputTime function.