Tagged Questions

53
votes
32answers
5k views

How do I calculate relative time?

Given a specific DateTime value, how do I display relative time, like 2 hours ago 3 days ago a month ago etc, etc...?
7
votes
9answers
332 views

Is TimeSpan unnecessary?

EDIT 2009-Nov-04 OK, so it's been a little while since I first posted this question. It seems to me that many of the initial responders failed to really get what I was saying--a c …
0
votes
1answer
27 views

How can I speed up the animations when using FluidKit?

I've using FluidKit in a WPF application and would like to speed up the animations. SlideTransition slideTransition = Resources["SlideTransition"] as SlideTransition; slideTransit …
0
votes
2answers
42 views

Is there a way to store and manipulate a span of time that takes month lengths, leap years, etc. into account?

I was just about to write this myself, but I know this has to exist and I'm just managing to avoid all the Google keywords that would lead me right to it. I would be looking for s …
0
votes
2answers
167 views

Mapping a database value to a TimeSpan using dbml

I need to store a time offset in a database column (for example, 12:25 AM, just the time, no date). I would like to use the nice data visual modeling capabilities in Visual Studio …
0
votes
4answers
56 views

How can I get the offset as a TimeSpan if I only have the time as a string, such as 09:00 AM

I have the string "9:00 AM". I would like to get the offset from midnight as a TimeSpan in C#?
1
vote
7answers
200 views

Difference in months

In C#/.NET TimeSpan has TotalDays, TotalMinutes, etc. but I can't figure out a formula for total months difference. Variable days per month and leap years keep throwing me off. How …
2
votes
1answer
21 views

Is it possible to measure a timespan that could span over several machine restarts not using the DateTime class???

Hi, I have a bit of a strange problem. I'd like to be able to measure a timespan independently of the system datetime. We basically have a system with one central server and mul …
2
votes
2answers
266 views

C# best way to compare two time of the day

Hello, I woulld like to know if a specified time of the day is passed. I don't really like the way I am doing : private static readonly TimeSpan _whenTimeIsOver = new TimeSpa …
0
votes
5answers
77 views

PHP - Best way to work with timespans?

Is there a preferred class or method for working with timespans in PHP? The primary functionality I am interested in is checking if a date is within the timespan, or generating tim …
0
votes
4answers
545 views

How do I convert a TimeSpan to a formatted string?

Exact Duplicate Timespan formatting First question here: I have two DateTime vars, beginTime and endTime. I have gotten the difference of them by doing the following: TimeS …
1
vote
4answers
261 views

Linq to sql, summing timespan?

I have a time field in a mssql 2008 database that I want to do something to the effect of: Timespent = x.sum(x => x.AmountOfTime); Where AmountOfTime is a time MSSQL field. S …
1
vote
1answer
125 views

Objective-C timespan

In C#, if I wanted to parse out a string into a date and timespan, I'd do something similar to the following: String input = "08:00"; DateTime time; if (!DateTime.TryParse(input, …
0
votes
3answers
165 views

Winforms &TimeSpan - Which control works best ?

I am building a form with winforms - and should add a view and editable time span value. Which controls works best for this ? A normal edit control shows the value correctly -> bu …
0
votes
0answers
36 views

SSRS using TimeSpan object in chart series.

I need to use a TimeSpan object as the datasource for a chart in reporting services. Unfortunatley i get the error: Series data points do not support values of type "System.TimeSp …

1 2 3 next
15 30 50 per page