Version

DefaultDateTimeFormat Property

Returns the default value for the DateTimeFormat property
Syntax
'Declaration
 
Public Overridable ReadOnly Property DefaultDateTimeFormat As String
public virtual string DefaultDateTimeFormat {get;}
Remarks

The default format is derived by prepending the three-letter representation of the name of the day of the week to the current culture's ShortDatePattern.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also