CommonFunctionsGetLargestDateTime Method

Scanjour Workflow4 Reference Manual
Return the smallest datetime in the list

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 DateTime? GetLargestDateTime(
	List<DateTime?> dateTimes
)

Parameters

dateTimes
Type: System.Collections.GenericListNullableDateTime
The DateTime objects

Return Value

Type: NullableDateTime
The smallest datetime value
See Also

Reference