次の方法で共有


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 インスタンスの月の値。

適用対象