"snapMinutes"

Specifies a raster which only allows the user to draw or drag a bar within the set period (raster).

Synopsis

shape.snapMinutes(int);

Parameters

Parameter Description
int Raster

Description

Specifies a raster which only allows the user to draw or drag a bar within the set period (raster).

Example

Specifies a raster which only allows the user to draw or drag a bar within the set period (raster).

main()
{
  this.snapMinutes(60);
}

Assignment

Scheduler ewo