类 PickerContants
- java.lang.Object
-
- com.jzxiang.pickerview.utils.PickerContants
-
public class PickerContants extends Object
Created by jzxiang on 16/4/20.
-
-
字段概要
字段 修饰符和类型 字段 说明 static intDEFAULT_MIN_YEARstatic StringFORMATstatic intMAX_HOURstatic intMAX_MINUTEstatic intMAX_MONTHstatic intMIN_DAYstatic intMIN_HOURstatic intMIN_MINUTEstatic intMIN_MONTHstatic intYEAR_COUNT
-
构造器概要
构造器 构造器 说明 PickerContants()
-
-
-
字段详细资料
-
DEFAULT_MIN_YEAR
public static final int DEFAULT_MIN_YEAR
- 另请参阅:
- 常量字段值
-
YEAR_COUNT
public static final int YEAR_COUNT
- 另请参阅:
- 常量字段值
-
MIN_MONTH
public static final int MIN_MONTH
- 另请参阅:
- 常量字段值
-
MAX_MONTH
public static final int MAX_MONTH
- 另请参阅:
- 常量字段值
-
MIN_DAY
public static final int MIN_DAY
- 另请参阅:
- 常量字段值
-
MIN_HOUR
public static final int MIN_HOUR
- 另请参阅:
- 常量字段值
-
MAX_HOUR
public static final int MAX_HOUR
- 另请参阅:
- 常量字段值
-
MIN_MINUTE
public static final int MIN_MINUTE
- 另请参阅:
- 常量字段值
-
MAX_MINUTE
public static final int MAX_MINUTE
- 另请参阅:
- 常量字段值
-
-