CookieSetCreationDate Method |
Version 130.1.90
Used internally to set
Creation.
Creation can only be set when fecting a Cookie from Chromium
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public void SetCreationDate(
long baseTime
)
public:
void SetCreationDate(
long long baseTime
)
Parameters
- baseTime Int64
-
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