SPSocialPost.CreatedTime property
Gets the creation time of the post.
Namespace: Microsoft.Office.Server.Social
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property CreatedTime As DateTime
Get
Friend Set
'Usage
Dim instance As SPSocialPost
Dim value As DateTime
value = instance.CreatedTime
public DateTime CreatedTime { get; internal set; }
Property value
Type: System.DateTime