Sage.PL.WebAPI.Interface.Warehouse.ViewModels Namespace > WarehouseDocumentBase Class > WarehouseDocumentBase Properties > OperationDate Property 

Drukuj

.NET Framework Class Library

WarehouseDocumentBase.OperationDate Property

Data sprzedaży na dokumencie. Odpowiednik pola [dataOperacji] z importu specjalnego. W przypadku nie podania wartości, zostanie wprowadzona bieżąca data w momencie próby wystawienia dokumentu.

Namespace: Sage.PL.WebAPI.Interface.Warehouse.ViewModels

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

Syntax

Visual Basic

Public Property OperationDate As Nullable(Of DateTime)
 Get
 Set

C#

public Nullable<DateTimeOperationDate { getset; }

Visual C++

public:
property Nullable<DateTimeOperationDate {
 Nullable<DateTimeget ();
 void set (Nullable<DateTimevalue);
}

JavaScript

function get_operationDate();
function set_operationDate(value);

See Also

WarehouseDocumentBase Class

WarehouseDocumentBase Members

Sage.PL.WebAPI.Interface.Warehouse.ViewModels Namespace