Nevron .NET Vision
Nevron.Chart Namespace / ClockDisplayMode Enumeration


In This Topic
    ClockDisplayMode Enumeration
    In This Topic
    Enumerates the clock display modes
    Syntax
    'Declaration
     
    
    Public Enum ClockDisplayMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ClockDisplayMode
    public enum ClockDisplayMode : System.Enum 
    Members
    MemberDescription
    HourMinuteThe clock displays hours and minutes
    HourMinuteSecondThe clock displays hours, minutes and seconds
    MinuteSecondThe clock displays minutes and seconds
    SecondMillisecondThe clock displays seconds and milliseconds
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.ClockDisplayMode

    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