Skip to content

Countable Dates

Julien Amsellem edited this page Sep 30, 2017 · 1 revision
  public enum CountableDates
  {
    Seconds,
    Minutes,
    Hours,
    Weeks,
    Months,
    Years
  }

Go back to Date Queryable

Clone this wiki locally