Date.setMonth()

可用性

Flash Player 5。

用法

my_date.setMonth(month [, date ])

参数

month 从 0(一月)到 11(十二月)之间的整数。

date 从 1 到 31 之间的整数。此参数是可选的。

返回

一个整数。

说明

方法;用本地时间为指定的 Date 对象设置月份数,并以毫秒为单位返回新时间。本地时间由运行 Flash Player 的操作系统确定。