SpreadJS Documentation
fromDay Method
The day.
Creates a DateExCondition object from the specified day.
Syntax
var value; // Type: DateExCondition
value = GcSpread.Sheets.DateExCondition.fromDay(day);
function fromDay( 
   day : number
) : DateExCondition;

Parameters

day
The day.

Return Value

A DateExCondition object.
See Also

Reference

DateExCondition type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.