LenientGlobalObject.Date 属性
定义
获取或设置一个基于原型的对象,该对象由 LenientDateConstructor 构造函数对象定义。Gets or sets a prototype-based object that is defined by a LenientDateConstructor constructor function object.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property System::Object ^ Date { System::Object ^ get(); void set(System::Object ^ value); };
public object Date { get; set; }
member this.Date : obj with get, set
Public Property Date As Object
属性值
LenientDateConstructor 对象。A LenientDateConstructor object.