DatePrototype.setUTCMinutes(Object, Double, Object, Object) Metodo
Definizione
Imposta il valore dei minuti di un oggetto DateObject sul valore dei minuti specificato, espresso in formato UTC (Coordinated Universal Time).Sets the minutes value of a DateObject to the specified minutes value, expressed in Coordinated Universal Time (UTC).
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.
public:
static double setUTCMinutes(System::Object ^ thisob, double dmin, System::Object ^ sec, System::Object ^ msec);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_setUTCMinutes)]
public static double setUTCMinutes (object thisob, double dmin, object sec, object msec);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_setUTCMinutes)>]
static member setUTCMinutes : obj * double * obj * obj -> double
Public Shared Function setUTCMinutes (thisob As Object, dmin As Double, sec As Object, msec As Object) As Double
Parametri
- thisob
- Object
Oggetto su cui agisce questo metodo.The object that this method is acting upon.
- dmin
- Double
Valore dei minuti da impostare per thisob
.The minutes value to set for thisob
.
- sec
- Object
Valore dei secondi da impostare per thisob
.The seconds value to set for thisob
.
- msec
- Object
Valore dei millisecondi da impostare per thisob
.The milliseconds value to set for thisob
.
Restituisce
Nuovo valore di thisob
dopo l'impostazione del valore, espresso in formato UTC.The new value of thisob
after the value is set, expressed in UTC.
- Attributi