DateConverter.DefaultFinish Property
Namespace: Microsoft.Office.Project.Conversion
Assembly: Microsoft.Office.Project.Shared (in Microsoft.Office.Project.Shared.dll)
Syntax
'Declaration
Public Property DefaultFinish As TimeSpan
Get
Set
'Usage
Dim instance As DateConverter
Dim value As TimeSpan
value = instance.DefaultFinish
instance.DefaultFinish = value
public TimeSpan DefaultFinish { get; set; }
Property Value
Type: System.TimeSpan