Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Overview

Adds a new milestone to list and starts counting.

Milestone myMilestones.AddFrom(name: string, goal: ( string | DateTimeOffset ), startAt: DateTimeOffset)

Adds a new milestone to list and starts counting.

Milestone myMilestones.AddFrom(name: string, goal: any, assignedTo: ( string | Identity ), startAt: DateTimeOffset)

Arguments

string name
name of milestone
( string | DateTimeOffset ) goal
target goal
start date time of milestone
( string | Identity ) assignedTo
identity to assign milestone
  • No labels