Sage.PL.WebAPI.Interface.FKF.Calculations.Interfaces Namespace > IFKCalculationsController Interface > IFKCalculationsController Methods > GetDueAfterMaturityTermByEmployee Method 

Drukuj

.NET Framework Class Library

IFKCalculationsController.GetDueAfterMaturityTermByEmployee Method

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

Assembly:  Sage.PL.WebAPI.Interface.FKF.Calculations (in Sage.PL.WebAPI.Interface.FKF.Calculations.dll) Version: 25.10.1.0 (25.10.1.0)

Syntax

Visual Basic

Function GetDueAfterMaturityTermByEmployee ( _
 employeePosition As Integer, _
 Optional dateFrom As Nullable(Of DateTime) = Nothing, _
 Optional dateTo As Nullable(Of DateTime) = Nothing _
As IHttpActionResult

C#

IHttpActionResult GetDueAfterMaturityTermByEmployee(
 int employeePosition,
 Nullable<DateTimedateFrom = null,
 Nullable<DateTimedateTo = null
)

Visual C++

IHttpActionResultGetDueAfterMaturityTermByEmployee(
 int employeePosition,
 Nullable<DateTimedateFrom = nullptr,
 Nullable<DateTimedateTo = nullptr
)

JavaScript

function getDueAfterMaturityTermByEmployee(employeePositiondateFromdateTo);

Parameters

employeePosition

Type: System.Int32

dateFrom (Optional)

Type: System.Nullable(DateTime)

dateTo (Optional)

Type: System.Nullable(DateTime)

See Also

IFKCalculationsController Interface

IFKCalculationsController Members

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