Creates a date extend condition object from the specified month.
Syntax
var value; // Type: Condition
value = GC.Spread.Sheets.ConditionalFormatting.Condition.fromMonth(month);
function fromMonth(
: number
) : Condition;
Parameters
- month
- The month. The first month is 0.
Return Value
A date extend condition object.
See Also