扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.sql类time的类成员方法: getmonth定义及介绍
发布时间:2014-2-17
本文导语:
getmonth
@deprecated
public int getmonth()
已过时。
此方法已不建议使用并且不应再使用,因为 sql time 值没有月 (month) 组件。
覆盖:类 date 中的 getmonth
返回:此日期所表示的月份。
抛出:
illegalargumentexception - 如果调用此方法另...