Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations Namespace > PriceCalculation Class > PriceCalculation Properties > Date Property 

Drukuj

.NET Framework Class Library

PriceCalculation.Date Property

Data na którą cena obowiązuje. Pole jest wymagane.

Namespace: Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations

Assembly:  Sage.PL.WebAPI.Interface.Products (in Sage.PL.WebAPI.Interface.Products.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property Date As DateTime
 Get
 Set

C#

public DateTime Date { getset; }

Visual C++

public:
property DateTime Date {
 DateTime get ();
 void set (DateTime value);
}

JavaScript

function get_date();
function set_date(value);

See Also

PriceCalculation Class

PriceCalculation Members

Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations Namespace