Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T11:39:20.000Z (over 3 years ago)
- Last Synced: 2024-11-30T19:23:23.863Z (2 months ago)
- Topics: csharp-code, sql, sql-server
- Language: C#
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- 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 formsThe 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).