SimpleTimeGreaterThan Operator Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Indicates whether a SimpleTime is greater than another see SimpleTime.

Namespace: ContentStudio.Document.Subscription
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public static bool operator >(
	SimpleTime t1,
	SimpleTime t2
)

Parameters

t1
Type: ContentStudio.Document.SubscriptionSimpleTime
A SimpleTime.
t2
Type: ContentStudio.Document.SubscriptionSimpleTime
A SimpleTime.

Return Value

Type: Boolean
true if the values of t1 greater than t2; otherwise, false.
See Also

Reference