Dynamicweb 8 Documentation
Dates.DateFormat Enumeration

Determins the date format returned by Dates.ShowDate.
Syntax
'Declaration
 
Public Enum Dates.DateFormat 
   Inherits System.Enum
public enum Dates.DateFormat : System.Enum 
Members
MemberDescription
LongRenders a date in long date format, i.e. dd. mmmm yyyy. Culture specific.
MediumRenders a date in medium date format, i.e. dd. mmm. yyyy. Culture specific.
ShortRenders a date in short date format, i.e. dd-MM-yyyy. Culture specific.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dynamicweb.Dates.DateFormat

Requirements

Target Platforms: 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

Reference

Dynamicweb Namespace

Send Feedback