DurationUnit enumeration

The units of measure that are applied to a duration in time.

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
<NoNameChangeOnRemoteAuthoringAttribute> _
Public Enumeration DurationUnit
'Usage
Dim instance As DurationUnit
[NoNameChangeOnRemoteAuthoringAttribute]
public enum DurationUnit

Members

Member name Description
Day The duration is a number of days.
Week The duration is a number of weeks.
Month The duration is a number of months.

See also

Reference

Microsoft.Office.Workflow.Actions namespace