Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - Programming » .NET application programming » SQL Anywhere .NET Data Provider » Data access and manipulation

 

Time values

The .NET Framework does not have a Time structure. To fetch time values from SQL Anywhere, you must use the GetTimeSpan method. This method returns the data as a .NET Framework TimeSpan object.

 C# TimeSpan example
 See also