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

Drukuj

.NET Framework Class Library

Document.PeriodDate Property

Data okresu sprawozdawczego. Odpowiednik pola [dataokr] 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 PeriodDate As DateTime
 Get
 Set

C#

public DateTime PeriodDate { getset; }

Visual C++

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

JavaScript

function get_periodDate();
function set_periodDate(value);

See Also

Document Class

Document Members

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