DatePrototype.getDay(Object) Metodo
Definizione
Ottiene il valore del giorno della settimana dell'oggetto DateObject specificato.Gets the day-of-the-week value of the specified DateObject.
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.
public:
static double getDay(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getDay)]
public static double getDay (object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getDay)>]
static member getDay : obj -> double
Public Shared Function getDay (thisob As Object) As Double
Parametri
- thisob
- Object
Oggetto su cui agisce questo metodo.The object that this method is acting upon.
Restituisce
Valore del giorno della settimana di thisob
.The day-of-the-week value of thisob
.
- Attributi