JValue Constructor (TimeSpan) |
Initializes a new instance of the
JValue class
Namespace:
Stimulsoft.Base.Json.Linq
Assembly:
Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax public JValue(
TimeSpan value
)
Public Sub New (
value As TimeSpan
)
Parameters
- value
- Type: SystemTimeSpan
[Missing <param name="value"/> documentation for "M:Stimulsoft.Base.Json.Linq.JValue.#ctor(System.TimeSpan)"]
See Also