DatePrototype.toUTCString(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).

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

public:
 static System::String ^ toUTCString(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_toUTCString)]
public static string toUTCString(object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_toUTCString)>]
static member toUTCString : obj -> string
Public Shared Function toUTCString (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