Version

ProjectDurationFormat Enumeration

Defines the format of a duration for a project item.
Syntax
'Declaration
 
Public Enum ProjectDurationFormat 
   Inherits System.Enum
public enum ProjectDurationFormat : System.Enum 
Members
MemberDescription
DaysThe duration is expressed in hours considering the number of working hours per day.
ElapsedDaysThe duration is expressed in days and treated as consecutive time as though it has a 24 hour calendar.
ElapsedHoursThe duration is expressed in hours and treated as consecutive time as though it has a 24 hour calendar.
ElapsedMinutesThe duration is expressed in minutes and treated as consecutive time as though it has a 24 hour calendar.
ElapsedMonthsThe duration is expressed in months and treated as consecutive time as though it has a 24 hour calendar.
ElapsedPercentThe duration is expressed as project duration time unit where 1% is 1/1000 of a minute.
ElapsedSecondsThe duration is expressed in seconds and treated as consecutive time as though it has a 24 hour calendar.
ElapsedWeeksThe duration is expressed in weeks and treated as consecutive time as though it has a 24 hour calendar.
HoursThe duration is expressed in hours
MinutesThe duration is expressed in minutes
MonthsThe duration is expressed in months considering the number of days per month and hours per day.
NullNo duration has been specified.
PercentThe duration is expressed as project duration time unit where 1% is 1/1000 of a minute.
SecondsThe duration is expressed in seconds
WeeksThe duration is expressed in weeks considering the number of working hours per week.
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