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

In This Topic
    TimeZoneOffset Property
    In This Topic
    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