IHostConfigurationGetExerciseEndPeriodByDateAsync Method
Returns the data for the period that corresponds to the end of the fiscal year, according to the indicated date.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<PeriodCompany> GetExerciseEndPeriodByDateAsync(
DateTime dateOperation
)
Function GetExerciseEndPeriodByDateAsync (
dateOperation As DateTime
) As Task(Of PeriodCompany)
- dateOperation DateTime
- Date of operation
TaskPeriodCompanyPeriodCompany with the period by date.