Tagged Questions

0
votes
2answers
43 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
8answers
151 views

Formatting my string.

Hello, how can I format a string like this: string X = "'{0}','{1}','{2}','{3}','{4}','{5}','{6}','{7}','{8}','{9}','{10}','{11}','{12}','{13}'",???? I remember I used to be abl …