Condividi tramite


Metodo OpenTypeMethods.Month

Restituisce il valore relativo al mese dell'istanza DateTime specificata.

Spazio dei nomi  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Sintassi

'Dichiarazione
Public Shared Function Month ( _
    dateTime As Object _
) As Object
'Utilizzo
Dim dateTime As Object
Dim returnValue As Object

returnValue = OpenTypeMethods.Month(dateTime)
public static Object Month(
    Object dateTime
)
public:
static Object^ Month(
    Object^ dateTime
)
static member Month : 
        dateTime:Object -> Object 
public static function Month(
    dateTime : Object
) : Object

Parametri

Valore restituito

Tipo: System.Object
Il valore relativo al mese dell'istanza DateTime specificata.

Vedere anche

Riferimento

OpenTypeMethods Classe

Spazio dei nomi System.Data.Services.Providers