java命名空间java.text类dateformat.field的类成员方法:
time_zone定义及介绍
本文导语:
time_zone
public static final dateformat.field time_zone
标识 time_zone 字段的常量。
dateformat.field
protected dateformat.field(string name,
int calendarfield)
创建一个 field。
参数:name - field 的名称calendarfield - 与此 field 一...
public static final dateformat.field time_zone
- 标识 time_zone 字段的常量。
dateformat.field
protected dateformat.field(string name,
int calendarfield)
- 创建一个
field
。
- 参数:
name
- field
的名称calendarfield
- 与此 field
一致的 calendar
常量;可以使用任意值,即使是超出合法的 calendar
范围的值,但是在与合法的 calendar
值不一致的情况下,应该使用 -1
。
ofcalendarfield
public static dateformat.field ofcalendarfield(int calendarfield)
- 返回与此
calendar
常量 calendarfield
对应的 field
常量。如果 calendar
常量与 field
之间没有直接的映射关系,则返回 null。
- 参数:
calendarfield
- calendar 字段常量
- 返回:
- 表示 calendarfield 的 field 实例。
- 抛出:
illegalargumentexception
- 如果 calendarfield
不是 calendar
字段常量值。- 另请参见:
calendar