FirebirdSQL / NETProvider

Firebird ADO.NET Data Provider
https://firebirdsql.org/en/net-provider/
Other
161 stars 66 forks source link

Implement IConvertible for FbZonedTime #1195

Closed willibrandon closed 1 month ago

willibrandon commented 1 month ago

Related #1177

Implement IConvertible for FbZonedTime.

Adds an implementation for the IConvertible interface method ToType. If the conversionType is of type TimeSpan, it returns the Time property of the FbZonedTime struct. This allows an instance of FbZonedTime to be converted to a TimeSpan object using the IConvertible interface.