dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDateTime Structure / TimeZoneOffset Property

On this page
    TimeZoneOffset Property
    On this page
    Determines the time difference between the local time stored in this SQLiteDateTime instance and coordinated universal time (UTC).
    Syntax
    'Declaration
     
    Public Property TimeZoneOffset As TimeSpan
    public TimeSpan TimeZoneOffset {get; set;}

    Property Value

    The time difference between the local time stored in this SQLiteDateTime instance and coordinated universal time (UTC).
    See Also