DatePrototype.setUTCFullYear(Object, Double, Object, Object) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Imposta il valore dell'anno di un oggetto DateObject sul valore dell'anno specificato, espresso in formato UTC (Coordinated Universal Time).
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.
public:
static double setUTCFullYear(System::Object ^ thisob, double dyear, System::Object ^ month, System::Object ^ date);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_setUTCFullYear)]
public static double setUTCFullYear (object thisob, double dyear, object month, object date);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_setUTCFullYear)>]
static member setUTCFullYear : obj * double * obj * obj -> double
Public Shared Function setUTCFullYear (thisob As Object, dyear As Double, month As Object, date As Object) As Double
Parametri
- thisob
- Object
Oggetto su cui agisce questo metodo.
- dyear
- Double
Valore dell'anno da impostare per thisob
.
- month
- Object
Valore del mese da impostare per thisob
.
- date
- Object
Valore della data da impostare per thisob
.
Restituisce
Nuovo valore di thisob
dopo l'impostazione del valore, espresso in formato UTC.
- Attributi