Workbook.getPeriodDim

Syntax

getPeriodDim();

Description

The getPeriodDim method returns calendar dimension.

Example

Executing the example requires that HTML page contains the WorkbookBox component named workbookBox (see Example of Creating the WorkbookBox Component). Get calendar dimension:

// Get calendar dimension
periodDim = wbk.getPeriodDim();
// -> PP.Mb.DimSource {_AllowHasData: true, _AllowCalculation: true, _AllowSelection: true, _AllowSchemaCreation: true, _AllowElementsGroupCreation: true…}

After executing the example the calendar dimension is obtained.

See also:

Workbook