The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
4answers
70 views

day of week and hour of day in a if statement c#

I want to do something if the day, and time of the day equal true in a if statement. I have the day part down, just can't figure out the time part out. Let say I wan the time to be 9AM. Here is what ...
0
votes
2answers
26 views

TimeOfDay giving incorrect time

I made a timer which refreshes every 1000 milliseconds and I put the code as: Private Sub RealTimeTMR_Tick(sender As Object, e As EventArgs) Handles RealTimeTMR.Tick TimeLBL.Text = ...
0
votes
0answers
13 views

blog or website that tracks browser ECMAScript-standards adherence vis-a-vis Time Of Day

The ECMAScript 262 Edition 5.1 Standards (2011) follow ISO 8601 5.3.2 on Time of Day values. See page 169, NOTE #1: As every day both starts and ends with midnight, the two notations 00:00 and ...
0
votes
1answer
289 views

Want to change DateTimePicker.Value.TimeOfDay, but it is read only

I am trying to check an entered time in a DateTimePicker control and correct it to the closest acceptable value in C# if (Summer1.Value.TimeOfDay > Summer2.Value.TimeOfDay) ...
3
votes
2answers
1k views

Google Charts API - Column patterns and “TimeOfDay” data type

I'm working with the Google Charts API to create a graph of a student's test-taking performance. On the X axis, the graph shows the days of the week. On the Y axis, the graph shows how long the ...