Nevron .NET Vision
Nevron Namespace / TimeUnit Enumeration


In This Topic
    TimeUnit Enumeration
    In This Topic
    Enumerates the supported time units
    Syntax
    'Declaration
     
    
    Public Enum TimeUnit 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TimeUnit
    public enum TimeUnit : System.Enum 
    Members
    MemberDescription
    DayA day.
    HalfDayHalf of a day.
    HourAn hour
    MillisecondA millisecond.
    MinuteA minute.
    SecondA second
    TickTick
    WeekA week.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.TimeUnit

    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