DatePrototype.toTimeString(Object) Metodo
Definizione
Crea una rappresentazione di stringa dell'oggetto DateObject specificato contenente l'ora e il fuso orario.Creates a string representation of the specified DateObject that contains the time and the time zone.
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.
public:
static System::String ^ toTimeString(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_toTimeString)]
public static string toTimeString (object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_toTimeString)>]
static member toTimeString : obj -> string
Public Shared Function toTimeString (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