HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Log Class / TimeZoneOffsetMinutes Property

In This Topic
    TimeZoneOffsetMinutes Property
    In This Topic
    Gets the number of minutes between the recording PC's time and UTC/GMT, providing the HasTimeZone property is true.
    Syntax
    'Declaration
     
    Public ReadOnly Property TimeZoneOffsetMinutes As Integer
    public int TimeZoneOffsetMinutes {get;}
    Remarks
    If the log file was recorded in New York during EST, this property would return -300, representing five hours before UTC. (5 x 60 = 300 minutes).
    Requirements
     
    See Also