CSharp System DateTime Week

CSharp examples for System:DateTime Week

Description

Click the following links for the tutorial for System and DateTime Week.

  1. get the week number of datetime
  2. To Week End
  3. To Week Start
  4. Same Week As
  5. Get Week Number
  6. Get Iso Week
  7. First Date Of Week ISO
  8. Get First Day Of Week


  9. Get Monday This Week
  10. Get Date End Week
  11. Get Date Start Week
  12. Counts the number of weekdays between two dates.
  13. Checks to see if the date is a week day (Mon - Fri)
  14. Counts the number of weekends between two dates.
  15. The time delta (in weeks) between the given start and end dates
  16. A System.DateTime extension method that ends of week.


  17. A DateTime extension method that query if '@this' is a week day.
  18. A DateTime extension method that query if '@this' is a weekend day.
  19. A DateTime extension method that last day of week.
  20. Weeks Between
  21. Get Last Day Of Week
  22. Determines whether the specified date is in the weekend.
  23. Add Weeks
  24. Start Of Week
  25. Last Two Weeks End Date
  26. Day Of Week
  27. Last Weekend Date
  28. Lookup Date Of Week
  29. Gets the first week day following a date.
  30. Add Weekdays
  31. Returns the LAST possible time unit for provided WEEK in dateTime Based on CURRENT THREAD CULTURE
  32. Returns the FIRST possible time unit for provided WEEK in dateTime Based on CURRENT THREAD CULTURE
  33. End Of Week
  34. Adds the number of weeks to the date
  35. Get Days Of Week After
  36. Returns the first day of the week that the specified date is in.
  37. First Day Of Week
  38. Last Day Of Week
  39. Add Week Days
  40. Is Week End
  41. Returns the date of the start of the week for the specified datetime For example, if Monday is considered the start of the week: "2015-05-13" would return "2015-05-11" from http:stackoverflow.coma380641755417
  42. Returns the date of the last day of the week for the specified datetime For example, if Monday is considered the start of the week: "2015-05-13" would return "2015-05-17" from http:stackoverflow.coma380641755417
  43. Is Weekday
  44. Is Weekend
  45. Is Week Day
  46. Gets the start and end dates for the "last week" date-range, relative to a specified date.
  47. Gets the start and end dates for "this week" date-range, relative to a specified date.
  48. Gets the start and end dates for the "three weeks ago" date-range, relative to a specified date.
  49. Gets the start and end dates for the "two weeks ago" date-range, relative to a specified date.
  50. Get Last Start Of The Week
  51. Get all weekdays between a period
  52. Decreases date precision down to week. Shifts date to monday