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 服务器 - 编程 » .NET 应用程序编程 » SQL Anywhere .NET 数据提供程序 » 访问和操作数据

 

时间值

.NET Framework 没有 Time 结构。要从 SQL Anywhere 读取时间值,必须使用 GetTimeSpan 方法。使用此方法会将数据作为 .NET Framework TimeSpan 对象返回。

 C# TimeSpan 示例
 另请参见