Click here to Skip to main content
15,867,568 members
Everything / Time

Time

time

Great Reads

by Graham Wilson
An exercise to measure the drift in the time-of-day clock on a Windows PC using the periodic timer
by honey the codewitch
Create a simple synchronized analog clock using GFX, and a bit of code
by Keith Barrow
If you have a Winforms application that auto loads data, there is no doubt that you’ll have come across the problem of data loading at design time (i.e. when opening the code in the designer). At best, this slows the designer down, at worst it might crash VS and prevent the control from...
by honey the codewitch
std::chrono doesn't work on the Teensy? Oh no! Here's how to fix it.

Latest Articles

by honey the codewitch
Just a clock with snazzy digits that syncs using NTP and gets your timezone from your IP.
by honey the codewitch
std::chrono doesn't work on the Teensy? Oh no! Here's how to fix it.
by honey the codewitch
Create a clock that uses multiple Internet services to detect your weather, date and time
by honey the codewitch
Create a simple synchronized analog clock using GFX, and a bit of code

All Articles

Sort by Score

Time 

14 Jan 2017 by Graham Wilson
An exercise to measure the drift in the time-of-day clock on a Windows PC using the periodic timer
11 Jun 2022 by honey the codewitch
Create a simple synchronized analog clock using GFX, and a bit of code
U 19 Mar 2024 by honey the codewitch
Just a clock with snazzy digits that syncs using NTP and gets your timezone from your IP.
12 Nov 2013 by SupperSlonic
control for edit a weekly schedule based on ASP.NET MVC
8 Mar 2021 by honey the codewitch
Traipsing through the ESP-IDF to add some sweet sweet real-time clock functionality
11 Oct 2013 by ASP.NET Community
CachingAuthor: Prakash Singh MehraIntroduction: It is a way to store the frequently used data into the server memory which can be retrieved very
16 Jun 2022 by honey the codewitch
Create a clock that uses multiple Internet services to detect your weather, date and time
11 Oct 2013 by ASP.NET Community
JavaScript sample to continuously display the current time on the web page. Continuously means that the textbox value will be updated with the
11 Oct 2013 by ASP.NET Community
The AdRotator control presents ad images that, when clicked, navigate to a new Web location. Each time the page is loaded into the browser, an ad is
11 Oct 2013 by ASP.NET Community
The Localize Control lets you localize any element on an .aspx page. It provides adesign time feature not offered by its base class, the Literal
11 Oct 2013 by ASP.NET Community
Since the dawn of asp.net, web based development has become a lot easier.  It provides a great deal of control over designs and code.  And affords
11 Oct 2013 by ASP.NET Community
Ever wondered what occurs when a user closes his browser window. For the time, the user was interacting with a site, his session was active and
11 Oct 2013 by ASP.NET Community
Response time is one of major factor in deciding the performance of web application. Many time we come across pages where content of page can be
11 Oct 2013 by ASP.NET Community
If you working in web development for a long time, you must have heard about knockout.js. It implements MVVM pattern in javascript. Siverlight guys
11 Oct 2013 by ASP.NET Community
Every time user’s complaints me about page scroll issues. For example: If a lengthy page having a dropdown list with AutoPostBack = true at bottom of
11 Oct 2013 by ASP.NET Community
ASP Image Control Enchanced with help of ScriptControl and javascript.When I've started working as a ASP.NET webdeveloper I was troubled by the
11 Oct 2013 by ASP.NET Community
While developing any web site, one should keep some points in mind.1) Set debug=false under compilation as follows:
11 Oct 2013 by ASP.NET Community
When working with an ASP.NET site that requires some sort of user authentication (almost every time, I'd say), we often need to establish our own
14 Apr 2013 by ken.loveday
MicroTimer: A microsecond and millisecond timer in C# that is used in a similar way to the .NET System.Timers.Timer.
13 Jul 2014 by Michael Haephrati
How to develop a tool that will adjust mistaken date and time of multiple files, photos or videos
26 May 2013 by orouit
This article shows how an OTP generator works.
11 Apr 2012 by peterchen
Conversion of and musing about common Windows time formats
18 Feb 2011 by David Thielen
A basic introduction to handling time
27 May 2011 by Muammar©
Comparison between inverters and UPS and calculating how long a battery can last
6 Jan 2011 by mkowlowitz
5 F-A-Qs regarding project management and project management software
14 Jan 2014 by ASP.NET Community
What is a Preprocessor Directive?A preprocessor directive is a piece of code that is meant explicitly for the compiler.  This offers a programmer
18 Oct 2013 by ASP.NET Community
Improve the scalability of a website and efficient design for time consuming processes.