'宣言 Public Overloads Function Add( _ ByVal startDateTime As Date, _ ByVal duration As TimeSpan, _ ByVal name As String, _ ByVal projectKey As String _ ) As Task
public Task Add( DateTime startDateTime, TimeSpan duration, string name, string projectKey )
注: このオーバーロードは自動的にタスクの Constraint プロパティを「StartNoEarlierThan」に初期化し、ConstraintDateTime プロパティを startDateTime パラメーターの値にも初期化します。