DatePrototype.toGMTString(Object) Méthode

Définition

Crée une représentation de chaîne de l'objet DateObject spécifié qui contient le jour de la semaine, le mois, la date, l'année et l'heure, exprimés en temps universel coordonné (UTC). Utilisez à la place toUTCString(Object), lorsque vous pouvez.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

public:
 static System::String ^ toGMTString(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_toGMTString)]
[Microsoft.JScript.NotRecommended("toGMTString")]
public static string toGMTString (object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_toGMTString)>]
[<Microsoft.JScript.NotRecommended("toGMTString")>]
static member toGMTString : obj -> string
Public Shared Function toGMTString (thisob As Object) As String

Paramètres

thisob
Object

Objet sur lequel cette méthode agit.

Retours

Représentation sous forme de chaîne de thisob.

Attributs

S’applique à

Voir aussi