Sets the internal type.

Namespace:  DayPilot.Json
Assembly:  DayPilot (in DayPilot.dll) Version: 5.1.1602.0 (5.1.1602.0)

Syntax

C#
public void SetJsonType(
	JsonType type
)
Visual Basic (Declaration)
Public Sub SetJsonType ( _
	type As JsonType _
)
Visual C++
public:
virtual void SetJsonType(
	JsonType type
) sealed

Parameters

type
Type: DayPilot.Json..::.JsonType

See Also