CookieSetLastAccessDate Method  | 
Version 108.4.130  
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic void SetLastAccessDate(
	long baseTime
)
public:
void SetLastAccessDate(
	long long baseTime
)
Parameters
- baseTime
 - Type: SystemInt64
            Represents a wall clock time in UTC. Values are not guaranteed to be monotonically
            non-decreasing and are subject to large amounts of skew. Time is stored internally
            as microseconds since the Windows epoch (1601).
             
Remarks
            Hidden from intellisense as only meant to be used internally, unfortunately
            VC++ makes it hard to use internal classes from C#
            
See Also