[This is preliminary documentation and is subject to change.]
Create a new CefV8Value object of type Date. This method should only be
called from within the scope of a CefV8ContextHandler, CefV8Handler or
CefV8Accessor callback, or in combination with calling Enter() and Exit()
on a stored CefV8Context reference.
Namespace: Xilium.CefGlueAssembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax
Parameters
- value
- Type: System DateTime
[Missing <param name="value"/> documentation for "M:Xilium.CefGlue.CefV8Value.CreateDate(System.DateTime)"]
Return Value
Type: CefV8Value[Missing <returns> documentation for "M:Xilium.CefGlue.CefV8Value.CreateDate(System.DateTime)"]
See Also