CommonDatabaseFunctionsHasExpired Method

Scanjour Workflow4 Reference Manual
Determine whether an object has expired due to its end date.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static bool HasExpired(
	DateTime? endDate
)

Parameters

endDate
Type: SystemNullableDateTime
The end date of the object.

Return Value

Type: Boolean
True, if the end date is specified and the current data and time is after the specified end date. In any other case false is returned.
See Also

Reference