IHostConfigurationIsOpenPeriodToDocumentsAsync Method

Indicates whether the date belongs to an open, for documents and/or invoices

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<bool?> IsOpenPeriodToDocumentsAsync(
	DateTime dateOperation
)

Parameters

dateOperation  DateTime
Date of operation

Return Value

TaskNullableBoolean
if allowed; otherwise, .

See Also