ChatCurrentStateCacheWrapperTData, TKeyCurrentStateCacheWrapperDataTKeyInner, TDataInnerSetLastChangeIfGreater Method |
Sets LastChange to the value passed in parameter if this parameter is greater than current LastChange.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax public void SetLastChangeIfGreater(
DateTime newLastChange
)
Parameters
- newLastChange
- Type: SystemDateTime
New last change
See Also