DatePrototype.getDay(Object) Methode

Definitie

Hiermee wordt de dag-van-de-weekwaarde van de opgegeven waarde opgehaald DateObject.

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

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

Parameters

thisob
Object

Het object waarop deze methode handelt.

Retouren

De dag-van-de-week-waarde van thisob.

Kenmerken

Van toepassing op

Zie ook