DatePrototype.getUTCMilliseconds(Object) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee haalt u de millisecondewaarde van de opgegeven DateObjectwaarde op, uitgedrukt in Coordinated Universal Time (UTC).
Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.
public:
static double getUTCMilliseconds(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getUTCMilliseconds)]
public static double getUTCMilliseconds(object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getUTCMilliseconds)>]
static member getUTCMilliseconds : obj -> double
Public Shared Function getUTCMilliseconds (thisob As Object) As Double
Parameters
- thisob
- Object
Het object waarop deze methode handelt.
Retouren
De millisecondewaarde van thisob, uitgedrukt in UTC.
- Kenmerken