Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / IServer Interface / GetTimeZoneStandardName Method



In This Topic
    GetTimeZoneStandardName Method
    In This Topic
    Retrieve the standard name of the time zone local to a Historian server.
    Syntax
    'Declaration
     
    Function GetTimeZoneStandardName() As String
    'Usage
     
    Dim instance As IServer
    Dim value As String
     
    value = instance.GetTimeZoneStandardName()
    string GetTimeZoneStandardName()
    String^ GetTimeZoneStandardName(); 

    Return Value

    A time zone standard name.
    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