DatePrototype.setTime(Object, Double) Method

Definition

Sets the time value of a DateObject to the specified time value.

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

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

Parameters

thisob
Object

The object that this method is acting upon.

time
Double

The time value to set for thisob.

Returns

The new value of thisob after the value is set.

Attributes

Applies to

See also