ChatRoomUserInfoChatRoomUserJoinTime Property |
DateTime when user joined room.
If set to null, user has left.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntaxpublic virtual Nullable<DateTime> ChatRoomUserJoinTime { get; set; }
Property Value
Type:
NullableDateTime
See Also