DatePrototype.toDateString(Object) Metodo
Definizione
Crea una rappresentazione di stringa dell'oggetto DateObject specificato contenente il giorno della settimana, il mese, la data e l'anno.Creates a string representation of the specified DateObject that contains the day of the week, the month, the date, and the year.
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.
public:
static System::String ^ toDateString(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_toDateString)]
public static string toDateString (object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_toDateString)>]
static member toDateString : obj -> string
Public Shared Function toDateString (thisob As Object) As String
Parametri
- thisob
- Object
Oggetto su cui agisce questo metodo.The object that this method is acting upon.
Restituisce
Rappresentazione di stringa di thisob
.A string representation of thisob
.
- Attributi