Sage.PL.WebAPI.Interface.FKF.Common.Interfaces Namespace > IFKYearsController Interface > IFKYearsController Methods > Get Method  > Get Method (DateTime)

Drukuj

.NET Framework Class Library

IFKYearsController.Get Method (DateTime)

Metoda umożliwia pobranie roku dla wskazanej daty.

[GET] /api/FKYears?date=data

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

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

Function Get ( _
 date As DateTime _
As IHttpActionResult

C#

IHttpActionResult Get(
 DateTime date
)

Visual C++

IHttpActionResultGet(
 DateTime date
)

JavaScript

function get(date);

Parameters

date

Type: System.DateTime

Return Value

Zwraca obiekt Year.

See Also

IFKYearsController Interface

IFKYearsController Members

Get Overload

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