Click or drag to resize

SmartsheetBuilderSetDateTimeFixOptOut Method

Set optional flag to re-enable JSON deserializers conversion from string to C# DateTime

Namespace:  Smartsheet.Api
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public SmartsheetBuilder SetDateTimeFixOptOut(
	bool dateTimeFixOptOut
)

Parameters

dateTimeFixOptOut
Type: SystemBoolean

Return Value

Type: SmartsheetBuilder
See Also