Share via


DatePrototype.getVarDate(Object) Méthode

Définition

Retourne l'objet DateObject spécifié en tant qu'objet DateTime.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

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

Paramètres

thisob
Object

Objet sur lequel cette méthode agit.

Retours

Valeur de thisob, exprimée en tant qu'objet DateTime.

Attributs

S’applique à

Voir aussi