https://github.com/karenpayneoregon/workingwithtimeinvisualstudio
Working with time in SQL-Server and C#
https://github.com/karenpayneoregon/workingwithtimeinvisualstudio
csharp-code sql sql-server
Last synced: 2 months ago
JSON representation
Working with time in SQL-Server and C#
- Host: GitHub
- URL: https://github.com/karenpayneoregon/workingwithtimeinvisualstudio
- Owner: karenpayneoregon
- Created: 2018-12-02T15:16:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T11:39:20.000Z (almost 5 years ago)
- Last Synced: 2025-07-05T04:03:45.136Z (12 months ago)
- Topics: csharp-code, sql, sql-server
- Language: C#
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# TechNet December 2018 C#
## Working with SQL-Server time type in Windows forms
The focus in this article is data binding time data from SQL-Server as [time(7)](https://docs.microsoft.com/en-us/sql/t-sql/data-types/time-transact-sql?view=sql-server-2017) data type which is represented client site as a [TimeSpan](https://docs.microsoft.com/en-us/dotnet/api/system.timespan?view=netframework-4.7.2).
Article can be found [here](https://social.technet.microsoft.com/wiki/contents/articles/52218.c-working-with-sql-server-time-type-in-windows-forms.aspx).