Skip to content

Instantly share code, notes, and snippets.

@coreyhaines
Created January 29, 2009 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coreyhaines/54741 to your computer and use it in GitHub Desktop.
Save coreyhaines/54741 to your computer and use it in GitHub Desktop.
List<MyThing> things = new List<MyThing> {
this.NewThing().WithDueDate(DateTime.Now.AddDays(1)),
this.NewThing().WithDueDate(DateTime.Now.AddDays(-14))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment