DatePrototype.setDate(Object, Double) Methode

Definitie

Hiermee stelt u de datumwaarde van een DateObject waarde in op de opgegeven datumwaarde.

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

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

Parameters

thisob
Object

Het object waarop deze methode handelt.

ddate
Double

De datumwaarde die moet worden ingesteld voor thisob.

Retouren

De nieuwe waarde van thisob nadat de waarde is ingesteld.

Kenmerken

Van toepassing op

Zie ook