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
Syntaxpublic SmartsheetBuilder SetDateTimeFixOptOut(
bool dateTimeFixOptOut
)
Public Function SetDateTimeFixOptOut (
dateTimeFixOptOut As Boolean
) As SmartsheetBuilder
public:
SmartsheetBuilder^ SetDateTimeFixOptOut(
bool dateTimeFixOptOut
)
member SetDateTimeFixOptOut :
dateTimeFixOptOut : bool -> SmartsheetBuilder
Parameters
- dateTimeFixOptOut
- Type: SystemBoolean
Return Value
Type:
SmartsheetBuilder
See Also