IEarliestDisconnectionDateAlgorithmCalculateEarliestDisconnectionDate Method |
[This is preliminary documentation and is subject to change.]
Calculates earliest disconnection date.
Namespace: Netadmin.Management.Provisioning.AlgorithmsAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxNullable<DateTime> CalculateEarliestDisconnectionDate(
int bindingTimeMonths,
DateTime currentTime
)
Function CalculateEarliestDisconnectionDate (
bindingTimeMonths As Integer,
currentTime As DateTime
) As Nullable(Of DateTime)
Parameters
- bindingTimeMonths
- Type: SystemInt32
The number of months binding time configured on the service - currentTime
- Type: SystemDateTime
The current time and date
Return Value
Type:
NullableDateTimeA datetime for earliest disconnection date or null if there is no restriction
See Also