interface TeamIterationAttributes {
    finishDate?: Date;
    startDate?: Date;
    timeFrame?: TimeFrame;
}

Properties

finishDate?: Date

Finish date of the iteration. Date-only, correct unadjusted at midnight in UTC.

startDate?: Date

Start date of the iteration. Date-only, correct unadjusted at midnight in UTC.

timeFrame?: TimeFrame

Time frame of the iteration, such as past, current or future.