| Package | Description |
|---|---|
| onbon.bx05.area |
可挂载至节目中的区域程式。
例如:建立湿度 (HumidityBxArea) 与温度 (TemperatureBxArea) 两个显示区域,并加入 P000 节目中。 |
| Modifier and Type | Method and Description |
|---|---|
TimeStyle |
DateTimeBxArea.getTimeStyle()
取得时间显示格式。
|
static TimeStyle |
TimeStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimeStyle[] |
TimeStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DateTimeBxArea.setTimeStyle(TimeStyle timeStyle)
设置时间显示格式,NULL 表示不显示时间。
|