CefV8Value CreateDate Method Xilium.CefGlue

[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.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public static CefV8Value CreateDate(
	DateTime value
)

Parameters

value
Type: OnlineSystem 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