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