添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

年份 ( 日期 )

所需的 日期 参数 是可以表示日期的任何 Variant 数值表达式 字符串表达式 或任何组合。 如果 date 包含 Null ,则返回 Null

如果 Calendar 属性设置为 Gregorian,则返回的整数表示日期参数的公历年份。 If the calendar is Hijri, the returned integer represents the Hijri year for the date argument. For Hijri dates, the argument number is any numeric expression that can represent a date and/or time from 1/1/100 (Gregorian Aug 2, 718) through 4/3/9666 (Gregorian Dec 31, 9999).

This example uses the Year function to obtain the year from a specified date. 在开发环境中,使用代码的区域设置以短日期格式显示日期文本。

Dim MyDate, MyYear
MyDate = #February 12, 1969#    ' Assign a date.
MyYear = Year(MyDate)    ' MyYear contains 1969.
  • 函数 (Visual Basic for Applications)
  • 支持和反馈

    有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。