Click or drag to resize

IAtomiaBillingApiGetNextWorkingDay Method

Gets the next working day from date.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
DateTime GetNextWorkingDay(
	DateTime date
)

Parameters

date
Type: SystemDateTime
Starting date.

Return Value

Type: DateTime
Date of next working day from date.
See Also