dotConnect for BigCommerce Documentation
Devart.Data.Bigcommerce Namespace / BigcommerceConnectionStringBuilder Class / StoreDates Property

In This Topic
    StoreDates Property
    In This Topic
    Determines whether to treat date values as dates in the BigCommerce store timezone.
    Syntax
    'Declaration
     
    Public Property StoreDates As Boolean
    public bool StoreDates {get; set;}

    Property Value

    true, if date values should be treated as dates in the BigCommerce store timezone; otherwise, false. Default value is false.
    Remarks
    Please note that the UTC Dates parameter has a higher priority, and if it is set to True, date values are treated as UTC dates regardless of the Store Dates value.
    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