Timestamp Property

Microsoft Office Web Discussions Client Language

Timestamp Property

       

Returns a Date representing the date and time that the specified Discussion object was created or the date and time of the most recent modification to the Discussion object.

expression.Timestamp

expression   Required. An expression that returns a Discussion object.

Example

This example displays the date and time of the creation of or most recent change to the specified discussion.

MsgBox dscDiscussions(1).Timestamp