Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / Archive Class / EndTime Property



In This Topic
    EndTime Property (Archive)
    In This Topic
    An archive end time, expressed in UTC.
    Syntax
    'Declaration
     
    <DataMemberAttribute("EndTime")>
    Public Property EndTime As Date
    'Usage
     
    Dim instance As Archive
    Dim value As Date
     
    instance.EndTime = value
     
    value = instance.EndTime
    [DataMember("EndTime")]
    public DateTime EndTime {get; set;}
    [DataMember("EndTime")]
    public:
    property DateTime EndTime {
       DateTime get();
       void set (    DateTime value);
    }
    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