Class: Part

WIND.Timeline. Part

Creates a WIND.Timeline.Part object.

new Part(eventName, tempoStart, tempoEnd)

Creates a WIND.Timeline.Part object.
Parameters:
Name Type Description
eventName string Name of the timeline's part.
tempoStart string The starting date of the timeline's part expressed according to ISO 8601 standard.
tempoEnd string The ending date of the timeline's part expressed according to ISO 8601 standard.
Example
var part = new WIND.Timeline.Part("World Cup","2014-06-12","2014-07-13");