MissingTimeAction Enumeration
Specifies the action to take if a parsed date has no time component.
Namespace: Microsoft.Office.Project.Conversion
Assembly: Microsoft.Office.Project.Shared (in Microsoft.Office.Project.Shared.dll)
Syntax
'Declaration
Public Enumeration MissingTimeAction
'Usage
Dim instance As MissingTimeAction
public enum MissingTimeAction
Members
Member name | Description | |
---|---|---|
None | Value=0. Do not add a time to the date. | |
DefaultStart | Value=1. Add the default value for the start time to the date. | |
DefaultFinish | Value=2. Add the default value for the finish time to the date. |