第二个函数
返回某“变量” (“整数”)指定 0 到 59 之间的整数(其中包含 0、59 这两个数)用于代表一分钟内的秒数。
语法
第二 (次)
所需的 时间参数 是可以表示时间的任何 Variant、 数值表达式、 字符串表达式或任何组合。 如果“时间” 为 Null,则返回“Null”。
示例
This example uses the Second function to obtain the second of the minute from a specified time. 在开发环境中,使用代码的区域设置以短时间格式显示时间文本。
Dim MyTime, MySecond
MyTime = #4:35:17 PM# ' Assign a time.
MySecond = Second(MyTime) ' MySecond contains 17.
另请参阅
支持和反馈
有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。