Web API Core | ComponentOne
C1.Web.Api.Visitor.Models Namespace / GeoLocationIPv6 Class / TimeZone Property

In This Topic
    TimeZone Property (GeoLocationIPv6)
    In This Topic
    The timezone of the visitor's location.
    Syntax
    'Declaration
     
    
    <ColumnAttribute("time_zone")>
    Public Property TimeZone As String
    [Column("time_zone")]
    public string TimeZone {get; set;}
    See Also