SpreadJS Documentation
fromMonth Method
The month. The first month is 0.
Creates a DateExCondition object from the specified month.
Syntax
var value; // Type: DateExCondition
value = GcSpread.Sheets.DateExCondition.fromMonth(month);
function fromMonth( 
   month : number
) : DateExCondition;

Parameters

month
The month. The first month is 0.

Return Value

A DateExCondition object.
See Also

Reference

DateExCondition type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.