| ReactionDynamicsRemove Method |
Removes the element with the given date.
Namespace: Dynamicweb.Content.Social.MetricsAssembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax public int Remove(
DateTime date
)
Public Function Remove (
date As DateTime
) As Integer
Parameters
- date
- Type: SystemDateTime
Date.
Return Value
Type:
Int32The number of reactions for the removed date or -1, if the given date was not found.
Remarks See Also