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

Parameters

week
The week.

Return Value

A DateExCondition object.
See Also

Reference

DateExCondition type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.