Version

ProjectDuration Constructor

Initializes a new ProjectDuration with the specified value.
Syntax
'Declaration
 
Public Function New( _
   ByVal duration As TimeSpan, _
   ByVal unitType As ProjectDurationFormat, _
   Optional ByVal isEstimated As Boolean _
)
public ProjectDuration( 
   TimeSpan duration,
   ProjectDurationFormat unitType,
   bool isEstimated
)

Parameters

duration
The TimeSpan that indicates the total span of working time.
unitType
The type of duration that the ProjectDuration instance represents.
isEstimated
Indicates if the value represents an estimate
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also