Share via


OpenTypeMethods.Month(Object) Método

Definição

Retorna o valor de mês da instância DateTime fornecida.

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

Parâmetros

dateTime
Object

Um objeto DateTime.

Retornos

O valor de mês da instância DateTime fornecida.

Aplica-se a