Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels Namespace > Document Class > Document Properties > OperationDate Property 

Drukuj

.NET Framework Class Library

Document.OperationDate Property

Data operacji gospodarczej. Odpowiednik pola [dataoper] z obiektu PDokument.

Namespace: Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels

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

Syntax

Visual Basic

Public Property OperationDate As DateTime
 Get
 Set

C#

public DateTime OperationDate { getset; }

Visual C++

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

JavaScript

function get_operationDate();
function set_operationDate(value);

See Also

Document Class

Document Members

Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels Namespace