Click or drag to resize

ActivitiesGetEarliestDate Method

Returns the earliest date in the property with the provided propertyID. If ignoreMinValues is set, a DateTime.MinValue will not count as an early date.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public DateTime GetEarliestDate(
	int datePropertyId,
	bool ignoreMinValues
)

Parameters

datePropertyId
Type: SystemInt32
ignoreMinValues
Type: SystemBoolean

Return Value

Type: DateTime
See Also