Date.getMinutes
类型:
对象方法
适用环境:
Flash 5 或更新版本
语法:
myDate.getMinutes()
参数:
myDate:已经存在的 Date 日期对象。
返回:
一个数字值
介绍:
使用 Date 对象的 getMinutes 方法,可以获取 myDate 对象内日期的“分钟”参数。