Version

DataLegendHeaderTimeMode Enumeration

Describes mode for formating time in header of data legend
Syntax
'Declaration
 
Public Enum DataLegendHeaderTimeMode 
   Inherits System.Enum
public enum DataLegendHeaderTimeMode : System.Enum 
Members
MemberDescription
AutoSpecifies automatic time format that defaults to no string
FullStyleSpecifies time as full string in header row of data legend
LongStyleSpecifies time as long string in header row of data legend
MediumStyleSpecifies time as medium string in header row of data legend
NoneSpecifies no time in header row of data legend
ShortStyleSpecifies time as short string in header row of data legend
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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