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