Skip to main content
Version: 4.0 (next)

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

System.DateTime

In.August Property

Returns 1st of August of the current year

public static System.DateTime August { get; }

Property Value

System.DateTime

In.December Property

Returns 1st of December of the current year

public static System.DateTime December { get; }

Property Value

System.DateTime

In.February Property

Returns 1st of February of the current year

public static System.DateTime February { get; }

Property Value

System.DateTime

In.January Property

Returns 1st of January of the current year

public static System.DateTime January { get; }

Property Value

System.DateTime

In.July Property

Returns 1st of July of the current year

public static System.DateTime July { get; }

Property Value

System.DateTime

In.June Property

Returns 1st of June of the current year

public static System.DateTime June { get; }

Property Value

System.DateTime

In.March Property

Returns 1st of March of the current year

public static System.DateTime March { get; }

Property Value

System.DateTime

In.May Property

Returns 1st of May of the current year

public static System.DateTime May { get; }

Property Value

System.DateTime

In.November Property

Returns 1st of November of the current year

public static System.DateTime November { get; }

Property Value

System.DateTime

In.October Property

Returns 1st of October of the current year

public static System.DateTime October { get; }

Property Value

System.DateTime

In.September Property

Returns 1st of September of the current year

public static System.DateTime September { get; }

Property Value

System.DateTime

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

System.DateTime

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

System.DateTime

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

System.DateTime

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

System.DateTime

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

System.DateTime

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

System.DateTime

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

System.DateTime

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

System.DateTime

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

System.DateTime

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

System.DateTime

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

System.DateTime

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

System.DateTime

In.TheYear(int) Method

Returns the first of January of the provided year

public static System.DateTime TheYear(int year);

Parameters

year System.Int32

Returns

System.DateTime