DatePrototype.setSeconds(Object, Double, Object) Metodo

Definizione

Imposta il valore dei secondi di un oggetto DateObject sul valore dei secondi specificato.

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

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

Parametri

thisob
Object

Oggetto su cui agisce questo metodo.

dsec
Double

Valore dei secondi da impostare per thisob.

msec
Object

Valore dei millisecondi da impostare per thisob.

Restituisce

Nuovo valore di thisob dopo l'impostazione del valore.

Attributi

Si applica a

Vedi anche