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