Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connector/NET exposes a GetTimeSpan method; investigate whether it's useful to add it.
GetTimeSpan
The text was updated successfully, but these errors were encountered:
3dd9ebb
Doesn't add much over GetFieldValue<TimeSpan>(n), but it's a helpful convenience method.
GetFieldValue<TimeSpan>(n)
Sorry, something went wrong.
Added in 0.36.0.
No branches or pull requests
Connector/NET exposes a
GetTimeSpan
method; investigate whether it's useful to add it.The text was updated successfully, but these errors were encountered: