Skip to content

JSDate Implicit operator

Implicitly converts a JSDate to a JSValue.

C#
public static implicit operator JSValue(JSDate date)
parameterdescription
valueThe JSDate to convert.

See Also

Released under the MIT license