DatePrototype.getUTCMinutes(Object) Method

Definition

Overloads

getUTCMinutes(Object)

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the minutes value of the specified DateObject, expressed in Coordinated Universal Time (UTC).

getUTCMinutes(Object)

Gets the minutes value of the specified DateObject, expressed in Coordinated Universal Time (UTC).

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 static double getUTCMinutes(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getUTCMinutes)]
public static double getUTCMinutes (object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getUTCMinutes)>]
static member getUTCMinutes : obj -> double
Public Shared Function getUTCMinutes (thisob As Object) As Double

Parameters

thisob
Object

The object that this method is acting upon.

Returns

The minutes value of thisob, expressed in UTC.

Attributes

See also

Applies to