IHostConfigurationGetExerciseEndPeriodByDateAsync Method

Returns the data for the period that corresponds to the end of the fiscal year, according to the indicated date.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<PeriodCompany> GetExerciseEndPeriodByDateAsync(
	DateTime dateOperation
)

Parameters

dateOperation  DateTime
Date of operation

Return Value

TaskPeriodCompany
PeriodCompany with the period by date.

See Also