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