DatePrototype.setMinutes(Object, Double, Object, Object) Metodo

Definizione

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

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

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

Parametri

thisob
Object

Oggetto su cui agisce questo metodo.

dmin
Double

Valore dei minuti da impostare per thisob.

sec
Object

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