DefaultDateFormat Property

The default date format to use for importing data.

Syntax

Property DefaultDateFormat As String

Parameters

None

Examples

IronPython

#Get
myDefaultDateFormat = Host.AppManager.DefaultDateFormat


#Set


C#

#Get
string myDefaultDateFormat = AppManager.DefaultDateFormat;


#Set

Remarks