DateTimePartExpression

Overview

The DateTimePartExpression class represents a call to the SQL function that extracts a part of given date like year, month etc in Dynamic Where expressions.

Date parts that can be extracted:

 
Year Month Week Day Hour Minute Second

Location

DataAbstract.js

Instance Methods


constructor DateTimePartExpression

function constructor DateTimePartExpression(node, datePart)

Parameters:

  • node:
  • datePart:

toXML

function toXML()