DatePrototype.getMinutes(Object) Methode

Definitie

Hiermee haalt u de minutenwaarde van de opgegeven DateObjectwaarde op.

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

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

Parameters

thisob
Object

Het object waarop deze methode handelt.

Retouren

De minutenwaarde van thisob.

Kenmerken

Van toepassing op

Zie ook