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