Enumeration DateFunctions

Indicates how a Date object should be interpreted. Either we can take getYear(), getMonth() etc for our field values, or we can take getUTCYear(), getUtcMonth() etc to do that.

Enumeration Members

Enumeration Members

Get: 0

Use the Date.getFullYear(), Date.getMonth(), ... functions.

GetUTC: 1

Use the Date.getUTCFullYear(), Date.getUTCMonth(), ... functions.

Generated using TypeDoc