PSDurationFormat enumeration

Specifies the format type for a duration.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Enumeration PSDurationFormat
'Usage
Dim instance As PSDurationFormat
public enum PSDurationFormat

Members

Member name Description
SECONDS Value=1. Seconds.
ESECONDS Value=2. Elapsed seconds.
MINUTES Value=3. Minutes.
EMINUTES Value=4. Elapsed minutes.
HOURS Value=5. Hours.
EHOURS Value=6. Elapsed hours.
DAYS Value=7. Days.
EDAYS Value=8. Elapsed days.
WEEKS Value=9. Weeks.
EWEEKS Value=10. Elapsed weeks.
MONTHS Value=11. Months.
EMONTHS Value=12. Elapsed months.
QUARTERS Value=13. Quarters.
EQUARTERS Value=14. Elapsed quarters.
YEARS Value=15. Years.
EYEARS Value=16. Elapsed years.
DECADES Value=17. Decades.
EDECADES Value=18. Elapsed decades.
PERCENTLAG Value=19. Percentage lag time.
EPERCENTLAG Value=20. Elapsed percentage lag time.
UnitsMax Value=20. Maximum units.
DEFAULT Value=21. Default.
BAD_FORMATTYPE Value=-1. Invalid format type.

See also

Reference

Microsoft.Office.Project.Server.Library namespace