Initializes a JsonData class with an integer value.
Namespace:
DayPilot.JsonAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
C# |
---|
public JsonData( int number ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ number As Integer _ ) |
Visual C++ |
---|
public: JsonData( int number ) |
Parameters
- number
- Type: System..::.Int32