LenientDatePrototype Class

Definition

Stores objects that represent the static methods of the DatePrototype class. The LenientDatePrototype class belongs to the built-in object model category.

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

public ref class LenientDatePrototype sealed : Microsoft::JScript::DatePrototype
public sealed class LenientDatePrototype : Microsoft.JScript.DatePrototype
type LenientDatePrototype = class
    inherit DatePrototype
Public NotInheritable Class LenientDatePrototype
Inherits DatePrototype
Inheritance

Fields

constructor

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

Stores a reference to a DateConstructor object.

engine

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

Stores a reference to the scripting engine.

(Inherited from ScriptObject)
field_table

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

Stores a list of fields that are dynamically added and removed from the object.

(Inherited from JSObject)
getDate

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

Stores an object that represents the static getDate(Object) method of the DatePrototype class.

getDay

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

Stores an object that represents the static getDay(Object) method of the DatePrototype class.

getFullYear

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

Stores an object that represents the static getFullYear(Object) method of the DatePrototype class.

getHours

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

Stores an object that represents the static getHours(Object) method of the DatePrototype class.

getMilliseconds

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

Stores an object that represents the static getMilliseconds(Object) method of the DatePrototype class.

getMinutes

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

Stores an object that represents the static getMinutes(Object) method of the DatePrototype class.

getMonth

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

Stores an object that represents the static getMonth(Object) method of the DatePrototype class.

getSeconds

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

Stores an object that represents the static getSeconds(Object) method of the DatePrototype class.

getTime

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

Stores an object that represents the static getTime(Object) method of the DatePrototype class.

getTimezoneOffset

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

Stores an object that represents the static getTimezoneOffset(Object) method of the DatePrototype class.

getUTCDate

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

Stores an object that represents the static getUTCDate(Object) method of the DatePrototype class.

getUTCDay

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

Stores an object that represents the static getUTCDay(Object) method of the DatePrototype class.

getUTCFullYear

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

Stores an object that represents the static getUTCFullYear(Object) method of the DatePrototype class.

getUTCHours

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

Stores an object that represents the static getUTCHours(Object) method of the DatePrototype class.

getUTCMilliseconds

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

Stores an object that represents the static getUTCMilliseconds(Object) method of the DatePrototype class.

getUTCMinutes

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

Stores an object that represents the static getUTCMinutes(Object) method of the DatePrototype class.

getUTCMonth

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

Stores an object that represents the static getUTCMonth(Object) method of the DatePrototype class.

getUTCSeconds

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

Stores an object that represents the static getUTCSeconds(Object) method of the DatePrototype class.

getVarDate

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

Stores an object that represents the static getVarDate(Object) method of the DatePrototype class.

getYear

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

Stores an object that represents the static getYear(Object) method of the DatePrototype class.

parent

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

Stores a reference to the parent object.

(Inherited from ScriptObject)
setDate

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

Stores an object that represents the static setDate(Object, Double) method of the DatePrototype class.

setFullYear

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

Stores an object that represents the static setFullYear(Object, Double, Object, Object) method of the DatePrototype class.

setHours

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

Stores an object that represents the static setHours(Object, Double, Object, Object, Object) method of the DatePrototype class.

setMilliseconds

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

Stores an object that represents the static setMilliseconds(Object, Double) method of the DatePrototype class.

setMinutes

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

Stores an object that represents the static setMinutes(Object, Double, Object, Object) method of the DatePrototype class.

setMonth

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

Stores an object that represents the static setMonth(Object, Double, Object) method of the DatePrototype class.

setSeconds

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

Stores an object that represents the static setSeconds(Object, Double, Object) method of the DatePrototype class.

setTime

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

Stores an object that represents the static setTime(Object, Double) method of the DatePrototype class.

setUTCDate

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

Stores an object that represents the static setUTCDate(Object, Double) method of the DatePrototype class.

setUTCFullYear

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

Stores an object that represents the static setUTCFullYear(Object, Double, Object, Object) method of the DatePrototype class.

setUTCHours

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

Stores an object that represents the static setUTCHours(Object, Double, Object, Object, Object) method of the DatePrototype class.

setUTCMilliseconds

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

Stores an object that represents the static setUTCMilliseconds(Object, Double) method of the DatePrototype class.

setUTCMinutes

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

Stores an object that represents the static setUTCMinutes(Object, Double, Object, Object) method of the DatePrototype class.

setUTCMonth

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

Stores an object that represents the static setUTCMonth(Object, Double, Object) method of the DatePrototype class.

setUTCSeconds

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

Stores an object that represents the static setUTCSeconds(Object, Double, Object) method of the DatePrototype class.

setYear

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

Stores an object that represents the static setYear(Object, Double) method of the DatePrototype class.

toDateString

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

Stores an object that represents the static toDateString(Object) method of the DatePrototype class.

toGMTString

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

Stores an object that represents the static toGMTString(Object) method of the DatePrototype class.

toLocaleDateString

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

Stores an object that represents the static toLocaleDateString(Object) method of the DatePrototype class.

toLocaleString

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

Stores an object that represents the static toLocaleString(Object) method of the DatePrototype class.

toLocaleTimeString

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

Stores an object that represents the static toLocaleTimeString(Object) method of the DatePrototype class.

toString

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

Stores an object that represents the static toString(Object) method of the DatePrototype class.

toTimeString

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

Stores an object that represents the static toTimeString(Object) method of the DatePrototype class.

toUTCString

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

Stores an object that represents the static toUTCString(Object) method of the DatePrototype class.

valueOf

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

Stores an object that represents the static valueOf(Object) method of the DatePrototype class.

Properties

Item[Double]

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

Gets or sets a member of the script object that is designated by the specified Double index value.

(Inherited from ScriptObject)
Item[Int32]

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

Gets or sets a member of the script object that is designated by the specified Int32 index value.

(Inherited from ScriptObject)
Item[Object[]]

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

Gets or sets a member of the script object that is designated by the specified name, Double index value, or Int32 index value.

(Inherited from ScriptObject)
Item[String]

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

Gets or sets a member of the script object that is designated by the specified name.

(Inherited from ScriptObject)
UnderlyingSystemType

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

Gets the type of the script object.

(Inherited from ScriptObject)

Methods

AddField(String)

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

Adds the specified field to the object.

(Inherited from JSObject)
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetField(String, BindingFlags)

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

Gets a field that has the specified name.

(Inherited from ScriptObject)
GetFields(BindingFlags)

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

Gets an array of FieldInfo objects that correspond to all fields of the current script object.

(Inherited from ScriptObject)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetMember(String, BindingFlags)

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

Gets an array of MemberInfo objects that correspond to all members that match the specified name.

(Inherited from JSObject)
GetMembers(BindingFlags)

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

Gets an array of MemberInfo objects that correspond to all members of the current script object.

(Inherited from JSObject)
GetMethod(String, BindingFlags)

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

Gets a method that has the specified name.

(Inherited from ScriptObject)
GetMethod(String, BindingFlags, Binder, Type[], ParameterModifier[])

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

Gets a method that has the specified name by using the specified selection criteria.

(Inherited from ScriptObject)
GetMethods(BindingFlags)

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

Gets an array of MethodInfo objects that correspond to all methods of the current script object.

(Inherited from ScriptObject)
GetParent()

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

Gets a reference to the parent object.

(Inherited from ScriptObject)
GetProperties(BindingFlags)

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

Gets an array of PropertyInfo objects that correspond to all properties of the current script object.

(Inherited from ScriptObject)
GetProperty(String, BindingFlags)

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

Gets a property that has the specified name.

(Inherited from ScriptObject)
GetProperty(String, BindingFlags, Binder, Type, Type[], ParameterModifier[])

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

Gets a property that has the specified name by using the specified selection criteria.

(Inherited from ScriptObject)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
InvokeMember(String, BindingFlags, Binder, Object, Object[], ParameterModifier[], CultureInfo, String[])

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

Invokes the specified member.

(Inherited from ScriptObject)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
SetMemberValue2(String, Object)

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

Sets the value of a field that was dynamically added to the object and stored in field_table.

(Inherited from JSObject)
ToString()

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

Returns a string that represents the current object.

(Inherited from JSObject)

Explicit Interface Implementations

IEnumerable.GetEnumerator()

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

Returns an enumerator that iterates through the members of the object.

(Inherited from JSObject)
IExpando.AddMethod(String, Delegate)

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

Adds the specified method to the object. IExpando.AddMethod(String, Delegate) is not implemented in JScript.

(Inherited from JSObject)
IExpando.AddProperty(String)

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

Adds the specified property to the object. This method is not implemented in JScript.

(Inherited from JSObject)
IExpando.RemoveMember(MemberInfo)

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

Removes the specified member from the object.

(Inherited from JSObject)

Extension Methods

Cast<TResult>(IEnumerable)

Casts the elements of an IEnumerable to the specified type.

OfType<TResult>(IEnumerable)

Filters the elements of an IEnumerable based on a specified type.

AsParallel(IEnumerable)

Enables parallelization of a query.

AsQueryable(IEnumerable)

Converts an IEnumerable to an IQueryable.

Applies to

See also