Click or drag to resize
ReactionDynamicsContainsDate Method
Returns value indicating whether this object contains any elements with the given date.

Namespace: Dynamicweb.Content.Social.Metrics
Assembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax
public bool ContainsDate(
	DateTime date
)

Parameters

date
Type: SystemDateTime
Date.

Return Value

Type: Boolean
Value indicating whether this object contains any elements with the given dates.
Remarks