Version

MinutesPerDay Property (ProjectSettings)

Returns or sets a value indicating the number of minutes used when calculating a day unit - e.g when a ProjectDuration has a ProjectDuration.Format of Days.
Syntax
'Declaration
 
Public Property MinutesPerDay As Integer
public int MinutesPerDay {get; set;}
Remarks

Note: Changing this value does not change the durations on the tasks so this should be set before creating tasks. It will however affect the way that the duration is displayed.

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