OpenTypeMethods.Hour(Object) Método

Definição

Retorna o valor de hora da instância DateTime fornecida.Returns the hour value of the given DateTime instance.

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

Parâmetros

dateTime
Object

Um objeto DateTime.A DateTime object.

Retornos

Object

O valor de hora da instância DateTime fornecida.The hour value of the given DateTime instance.

Aplica-se a