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

Definizione

Imposta il valore minuti di un DateObject oggetto 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 minuti da impostare per thisob.

sec
Object

Valore dei secondi da impostare per thisob.

msec
Object

Valore in millisecondi da impostare per thisob.

Valori restituiti

Nuovo valore di thisob dopo l'impostazione del valore.

Attributi

Si applica a

Vedi anche