DatePrototype.getVarDate(Object) Methode

Definitie

Retourneert de opgegeven DateObject als een DateTime object.

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

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

Parameters

thisob
Object

Het object waarop deze methode handelt.

Retouren

De waarde van thisob, uitgedrukt als een DateTime object.

Kenmerken

Van toepassing op

Zie ook