TimeNotationCollectionAdd(ValueTupleScheduleRepetitionRate, TimeSpan, TimeSpan) Method
Add a list of time notation items using repetition rate and startTime,
endTime.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public List<TimeNotationItem> Add(
params (ScheduleRepetitionRate , TimeSpan , TimeSpan )[] entries
)
Public Function Add (
ParamArray entries As ( As ScheduleRepetitionRate, As TimeSpan, As TimeSpan)()
) As List(Of TimeNotationItem)
No code example is currently available or this language may not be supported.
- entries ValueTupleScheduleRepetitionRate, TimeSpan, TimeSpan
-
Reference to an array of one or more repititionRate, startTime, endTime
tuples.
ListTimeNotationItem
Reference to a list of items that have been added to the collection.