[This is preliminary documentation and is subject to change.]
Initializes a new instance of the JValue class with the given value.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public JValue( DateTime value ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ value As DateTime _ ) |
Visual C++ |
---|
public: JValue( DateTime value ) |
Parameters
- value
- Type: System..::.DateTime
The value.