CookieSetLastAccessDate Method  | 
Version 93.1.111  
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxpublic void SetLastAccessDate(
	DateTime dateTime
)
public:
void SetLastAccessDate(
	DateTime dateTime
)
Parameters
- dateTime
 - Type: SystemDateTime
dateTime 
Remarks
            Hidden from intellisense as only meant to be used internally, unfortunately
            VC++ makes it hard to use internal classes from C#
            
See Also