DatePrototype.getDay(Object) 方法
定义
获取指定的 DateObject 的星期值。Gets the day-of-the-week value of the specified DateObject.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
static double getDay(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getDay)]
public static double getDay (object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getDay)>]
static member getDay : obj -> double
Public Shared Function getDay (thisob As Object) As Double
参数
- thisob
- Object
此方法所作用于的对象。The object that this method is acting upon.
返回
thisob 的星期值。The day-of-the-week value of thisob.
- 属性