Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / Tag.TimeResolutionType Enumeration


In This Topic
    Tag.TimeResolutionType Enumeration
    In This Topic
    Represents available timestamp resolutions for tag values recorded in a Historian server.
    Syntax
    Public Enum Tag.TimeResolutionType 
       Inherits System.Enum
    public enum Tag.TimeResolutionType : System.Enum 
    public enum class Tag.TimeResolutionType : public System.Enum 
    Members
    MemberDescription
    Microseconds Up to a resolution of 1 microsecond (1-millionth of a second).
    Milliseconds Up to a resolution of 1 millisecond (1-thousandth of a second).
    Nanoseconds Up to a resolution of 1 nanosecond (1-billionth of a second).
    Seconds Up to a resolution of 1 second.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Proficy.Historian.ClientAccess.API.Tag.TimeResolutionType

    Requirements

    Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

    See Also