Click or drag to resize
ActivityInfoObjectQueryExtensionsNewerThan Method
Returns ObjectQuery with Activities that are older than given time.

Namespace: CMS.Activities.Internal
Assembly: CMS.Activities (in CMS.Activities.dll) Version: 10.0.0
Syntax
C#
public static ObjectQuery<ActivityInfo> NewerThan(
	this ObjectQuery<ActivityInfo> query,
	TimeSpan time
)

Parameters

query
Type: CMS.DataEngineObjectQueryActivityInfo
time
Type: SystemTimeSpan

Return Value

Type: ObjectQueryActivityInfo

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ObjectQueryActivityInfo. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also