DatePrototype.setTime(Object, Double) Metodo

Definizione

Imposta il valore del tempo di un oggetto DateObject sul valore del tempo specificato.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

thisob
Object

Oggetto su cui agisce questo metodo.

time
Double

Valore del tempo da impostare per thisob.

Restituisce

Nuovo valore di thisob dopo l'impostazione del valore.

Attributi

Si applica a

Vedi anche