Nevron .NET Vision
Nevron Namespace / TimeSpanValueFormat Enumeration


In This Topic
    TimeSpanValueFormat Enumeration
    In This Topic
    Defines different formatting modes for DateTime values.
    Syntax
    'Declaration
     
    
    Public Enum TimeSpanValueFormat 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TimeSpanValueFormat
    public enum TimeSpanValueFormat : System.Enum 
    Members
    MemberDescription
    ConstantConstant (not culture specific) time span formatting
    DayThe value is formatted by day (dd)
    GeneralLongGeneral long time span formatting
    GeneralShortGeneral short time span formatting
    HourMinuteThe value is formatted by hour minute (hh:mm)
    MinuteSecondThe value is formatted by its minute and second (mm:ss)
    SecondMillisecondThe value is formatted by its second an millisecond
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.TimeSpanValueFormat

    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