DatePrototype.getUTCHours(Object) Methode

Definitie

Hiermee haalt u de uurwaarde van de opgegeven DateObjectwaarde op, uitgedrukt in Coordinated Universal Time (UTC).

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 static double getUTCHours(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getUTCHours)]
public static double getUTCHours(object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getUTCHours)>]
static member getUTCHours : obj -> double
Public Shared Function getUTCHours (thisob As Object) As Double

Parameters

thisob
Object

Het object waarop deze methode handelt.

Retouren

De uurwaarde van thisob, uitgedrukt in UTC.

Kenmerken

Van toepassing op

Zie ook