dundas.data.TimeInterval Class

 

Inheritance Hierarchy

 
Class
   dundas.data.TimeInterval
 

Constructors

 
  Name Description
init Initializes the Hierarchy. Called during construction.
 
 

Properties

 
  Name Description
defaultFormat Gets or sets the default caption format.
defaultShortFormat Gets or sets the default short caption format.
id Gets or sets the ID.
intervalType Gets or sets the interval type.
name Gets or sets the name.
standardFormats Gets or sets the standard formats.
supportsSharedMembers Gets a value indicating whether this time interval supports shared members. Set to 'true' for week interval if it is possible that week 53 and week 01 are really parts of the same week.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.