c# datetime._C#| DateTime.Month属性与示例

  • Post author:
  • Post category:其他


c# datetime.

DateTime.Month属性

(

DateTime.Month Property

)


DateTime.Month Property

is used to get the month component of this object. It’s a GET property of DateTime class.


DateTime.Month属性

用于获取此对象的月份组成部分。 这是DateTime类的GET属性。


Syntax:


句法:

    int DateTime.Month;


Return value:


返回值:

The return type of this Property is

int

, it returns an integer value i.e. month component of this object.

此Property的返回类型为int ,它返回一个整数值,即此对象的month分量。


Example to demonstrate example of DateTime.Month Property


示例,以演示DateTime.Month属性的示例