Skip to main content
Version: 2.13.14

Humanizer.InDate.Four

InDate.Four Class

public static class InDate.Four

Inheritance System.Object → Four

Properties

InDate.Four.Days Property

4 days from now

public static System.DateOnly Days { get; }

Property Value

System.DateOnly

InDate.Four.Months Property

4 months from now

public static System.DateOnly Months { get; }

Property Value

System.DateOnly

InDate.Four.Weeks Property

4 weeks from now

public static System.DateOnly Weeks { get; }

Property Value

System.DateOnly

InDate.Four.Years Property

4 years from now

public static System.DateOnly Years { get; }

Property Value

System.DateOnly

Methods

InDate.Four.DaysFrom(DateOnly) Method

4 days from the provided date

public static System.DateOnly DaysFrom(System.DateOnly date);

Parameters

date System.DateOnly

Returns

System.DateOnly

InDate.Four.DaysFrom(DateTime) Method

4 days from the provided date

public static System.DateOnly DaysFrom(System.DateTime date);

Parameters

date System.DateTime

Returns

System.DateOnly

InDate.Four.MonthsFrom(DateOnly) Method

4 months from the provided date

public static System.DateOnly MonthsFrom(System.DateOnly date);

Parameters

date System.DateOnly

Returns

System.DateOnly

InDate.Four.MonthsFrom(DateTime) Method

4 months from the provided date

public static System.DateOnly MonthsFrom(System.DateTime date);

Parameters

date System.DateTime

Returns

System.DateOnly

InDate.Four.WeeksFrom(DateOnly) Method

4 weeks from the provided date

public static System.DateOnly WeeksFrom(System.DateOnly date);

Parameters

date System.DateOnly

Returns

System.DateOnly

InDate.Four.WeeksFrom(DateTime) Method

4 weeks from the provided date

public static System.DateOnly WeeksFrom(System.DateTime date);

Parameters

date System.DateTime

Returns

System.DateOnly

InDate.Four.YearsFrom(DateOnly) Method

4 years from the provided date

public static System.DateOnly YearsFrom(System.DateOnly date);

Parameters

date System.DateOnly

Returns

System.DateOnly

InDate.Four.YearsFrom(DateTime) Method

4 years from the provided date

public static System.DateOnly YearsFrom(System.DateTime date);

Parameters

date System.DateTime

Returns

System.DateOnly