dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / RefreshIntervalUnit Enumeration

In This Topic
    RefreshIntervalUnit Enumeration
    In This Topic
    Determines the time unit, the refresh interval is set in.
    Syntax
    'Declaration
     
    Public Enum RefreshIntervalUnit 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum RefreshIntervalUnit : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberDescription
    HourThe refresh interval is set in hours.
    MinuteThe refresh interval is set in minutes.
    SecondThe refresh interval is set in seconds.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.Salesforce.RefreshIntervalUnit

    See Also