| ReactionDynamicsContainsDate Method |
Returns value indicating whether this object contains any elements with the given date.
Namespace: Dynamicweb.Content.Social.MetricsAssembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax public bool ContainsDate(
DateTime date
)
Public Function ContainsDate (
date As DateTime
) As Boolean
Parameters
- date
- Type: SystemDateTime
Date.
Return Value
Type:
BooleanValue indicating whether this object contains any elements with the given dates.
Remarks See Also