Sage.PL.WebAPI.Interface.FKF.Common.ViewModels Namespace > Year Class > Year Properties > StartDate Property 

Drukuj

.NET Framework Class Library

Year.StartDate Property

Data rozpoczęcia obowiązywania roku rozliczeniowego.

Pole tylko do odczytu.

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

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

Syntax

Visual Basic

Public Property StartDate As DateTime
 Get
 Set

C#

public DateTime StartDate { getset; }

Visual C++

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

JavaScript

function get_startDate();
function set_startDate(value);

See Also

Year Class

Year Members

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