Picker 控件

(UI 0.9.9)

简介

Picker 表示一个按钮,单击该按钮会向用户显示一个本机日期/时间/日期时间选择器界面。

类概要

class UI\Controls\Picker extends UI\Control {
/* 常量 */
const int Date;
const int Time;
const int DateTime;
/* 构造函数 */
public __construct(int $type = UI\Controls\Picker::Date)
/* 继承方法 */
}

预定义常量

UI\Controls\Picker::Date

日期选择器

UI\Controls\Picker::Time

时间选择器

UI\Controls\Picker::DateTime

日期和时间选择器

目录

添加注释

用户贡献的注释 1 个注释

falcon560 at gmail dot com
6 年前
没有日期/时间的获取方法
To Top