adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / DayTimeInterval Enumeration


In This Topic
    DayTimeInterval Enumeration
    In This Topic
    Specifies the type of a date/time interval.
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(True)>
    <GuidAttribute("6B023BB5-9124-4985-872C-007935DCB134")>
    Public Enum DayTimeInterval 
       Inherits System.Enum
    [ComVisible(true)]
    [Guid("6B023BB5-9124-4985-872C-007935DCB134")]
    public enum DayTimeInterval : System.Enum 
    [ComVisible(true)]
    [Guid("6B023BB5-9124-4985-872C-007935DCB134")]
    public enum class DayTimeInterval : public System.Enum 
    Members
    MemberValueDescription
    Day4 The interval is specified in days.
    Hour3 The interval is specified in hours.
    Minute2 The interval is specified in minutes.
    Month6 The interval is specified in months.
    Second1 The The interval is specified in seconds.
    Week5 The interval is specified in weeks
    Year7 The interval is specified in years.
    Remarks
    Not all values are supported in all contexts
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.DayTimeInterval

    See Also