Add(String,String,DateTime) Method
In This Topic
Adds a
Comment to this collection.
Syntax
'Declaration
Public Overloads Function Add( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.Date _
) As Comment
public Comment Add(
System.string ,
System.string ,
System.DateTime
)
Parameters
- text
- The new comment text.
- author
- The new comment author.
- date
- The new comment date.
Return Value
See Also