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).
    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