OpenTypeMethods.Month(Object) 方法

定义

返回给定 DateTime 实例的月份值。

public:
 static System::Object ^ Month(System::Object ^ dateTime);
public static object Month (object dateTime);
static member Month : obj -> obj
Public Shared Function Month (dateTime As Object) As Object

参数

dateTime
Object

DateTime 对象。

返回

给定 DateTime 实例的月份值。

适用于