DatePrototype.getHours(Object) Methode

Definitie

Hiermee wordt de uurwaarde van de opgegeven DateObjectwaarde opgehaald.

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

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

Parameters

thisob
Object

Het object waarop deze methode handelt.

Retouren

De uurwaarde van thisob.

Kenmerken

Van toepassing op

Zie ook