DatePrototype.toGMTString(Object) Methode

Definitie

Hiermee maakt u een tekenreeksweergave van de opgegeven DateObject die de dag van de week, de maand, de datum, het jaar en de tijd bevat, uitgedrukt in Coordinated Universal Time (UTC). Gebruik toUTCString(Object) in plaats daarvan, wanneer u dat kunt.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

thisob
Object

Het object waarop deze methode handelt.

Retouren

Een tekenreeksweergave van thisob.

Kenmerken

Van toepassing op

Zie ook