Share via


SPSocialFeedOptions.NewerThan property

Gets or sets the "newer than" boundary of the time span to retrieve.

Namespace:  Microsoft.Office.Server.Social
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property NewerThan As DateTime
    Get
    Set
'Usage
Dim instance As SPSocialFeedOptions
Dim value As DateTime

value = instance.NewerThan

instance.NewerThan = value
public DateTime NewerThan { get; set; }

Property value

Type: System.DateTime

See also

Reference

SPSocialFeedOptions class

SPSocialFeedOptions members

Microsoft.Office.Server.Social namespace