Hi
Dim nvc as NameValueCollection = ChatUtility.GetProperties("InstantActivateTime:633815108295813936")
Dim timestr=nvc("InstantActivateTime")
if timestr is nothing then
'no such key/value
else
Dim time=new DateTime(Convert.ToInt64(nvc("InstantActivateTime")))
end
Regards,
Terry