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

RefreshIntervalUnit Enumeration
Determines the time unit, the refresh interval is set in.
Syntax
'Declaration
 
Public Enum RefreshIntervalUnit 
   Inherits System.Enum
   Implements 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