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