'Declaration Public Enum ProjectDurationFormat Inherits System.Enum
public enum ProjectDurationFormat : System.Enum
Member | Description |
---|---|
Days | The duration is expressed in hours considering the number of working hours per day. |
ElapsedDays | The duration is expressed in days and treated as consecutive time as though it has a 24 hour calendar. |
ElapsedHours | The duration is expressed in hours and treated as consecutive time as though it has a 24 hour calendar. |
ElapsedMinutes | The duration is expressed in minutes and treated as consecutive time as though it has a 24 hour calendar. |
ElapsedMonths | The duration is expressed in months and treated as consecutive time as though it has a 24 hour calendar. |
ElapsedPercent | The duration is expressed as project duration time unit where 1% is 1/1000 of a minute. |
ElapsedSeconds | The duration is expressed in seconds and treated as consecutive time as though it has a 24 hour calendar. |
ElapsedWeeks | The duration is expressed in weeks and treated as consecutive time as though it has a 24 hour calendar. |
Hours | The duration is expressed in hours |
Minutes | The duration is expressed in minutes |
Months | The duration is expressed in months considering the number of days per month and hours per day. |
Null | No duration has been specified. |
Percent | The duration is expressed as project duration time unit where 1% is 1/1000 of a minute. |
Seconds | The duration is expressed in seconds |
Weeks | The duration is expressed in weeks considering the number of working hours per week. |
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