DateRangeItem(DateTime, TimeSpan) Constructor
Create a new Instance of the DateRangeItem Item.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public DateRangeItem(
DateTime startDate,
TimeSpan duration
)
Public Sub New (
startDate As DateTime,
duration As TimeSpan
)
No code example is currently available or this language may not be supported.
Parameters
- startDate DateTime
-
Starting Date of the Range.
- duration TimeSpan
-
Duration from Starting Date to Ending Date.