Click or drag to resize
ChatCurrentStateCacheWrapperTData, TKeyCurrentStateCacheWrapperDataTKeyInner, TDataInnerSetLastChangeIfGreater Method
Sets LastChange to the value passed in parameter if this parameter is greater than current LastChange.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public void SetLastChangeIfGreater(
	DateTime newLastChange
)

Parameters

newLastChange
Type: SystemDateTime
New last change
See Also