public class InInheritance System.Object → In
Returns 1st of April of the current year
public static System.DateTime April { get; }Returns 1st of August of the current year
public static System.DateTime August { get; }Returns 1st of December of the current year
public static System.DateTime December { get; }Returns 1st of February of the current year
public static System.DateTime February { get; }Returns 1st of January of the current year
public static System.DateTime January { get; }Returns 1st of July of the current year
public static System.DateTime July { get; }Returns 1st of June of the current year
public static System.DateTime June { get; }Returns 1st of March of the current year
public static System.DateTime March { get; }Returns 1st of May of the current year
public static System.DateTime May { get; }Returns 1st of November of the current year
public static System.DateTime November { get; }Returns 1st of October of the current year
public static System.DateTime October { get; }Returns 1st of September of the current year
public static System.DateTime September { get; }Returns 1st of April of the year passed in
public static System.DateTime AprilOf(int year);year System.Int32
Returns 1st of August of the year passed in
public static System.DateTime AugustOf(int year);year System.Int32
Returns 1st of December of the year passed in
public static System.DateTime DecemberOf(int year);year System.Int32
Returns 1st of February of the year passed in
public static System.DateTime FebruaryOf(int year);year System.Int32
Returns 1st of January of the year passed in
public static System.DateTime JanuaryOf(int year);year System.Int32
Returns 1st of July of the year passed in
public static System.DateTime JulyOf(int year);year System.Int32
Returns 1st of June of the year passed in
public static System.DateTime JuneOf(int year);year System.Int32
Returns 1st of March of the year passed in
public static System.DateTime MarchOf(int year);year System.Int32
Returns 1st of May of the year passed in
public static System.DateTime MayOf(int year);year System.Int32
Returns 1st of November of the year passed in
public static System.DateTime NovemberOf(int year);year System.Int32
Returns 1st of October of the year passed in
public static System.DateTime OctoberOf(int year);year System.Int32
Returns 1st of September of the year passed in
public static System.DateTime SeptemberOf(int year);year System.Int32
Returns the first of January of the provided year
public static System.DateTime TheYear(int year);year System.Int32