Skip to main content
Version: 2.14.1

Humanizer.InDate.Eight

InDate.Eight Class

public static class InDate.Eight

Inheritance System.Object → Eight

Properties

InDate.Eight.Days Property

8 days from now

public static System.DateOnly Days { get; }

Property Value

System.DateOnly

InDate.Eight.Months Property

8 months from now

public static System.DateOnly Months { get; }

Property Value

System.DateOnly

InDate.Eight.Weeks Property

8 weeks from now

public static System.DateOnly Weeks { get; }

Property Value

System.DateOnly

InDate.Eight.Years Property

8 years from now

public static System.DateOnly Years { get; }

Property Value

System.DateOnly

Methods

InDate.Eight.DaysFrom(DateOnly) Method

8 days from the provided date

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

Parameters

date System.DateOnly

Returns

System.DateOnly

InDate.Eight.DaysFrom(DateTime) Method

8 days from the provided date

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

Parameters

date System.DateTime

Returns

System.DateOnly

InDate.Eight.MonthsFrom(DateOnly) Method

8 months from the provided date

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

Parameters

date System.DateOnly

Returns

System.DateOnly

InDate.Eight.MonthsFrom(DateTime) Method

8 months from the provided date

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

Parameters

date System.DateTime

Returns

System.DateOnly

InDate.Eight.WeeksFrom(DateOnly) Method

8 weeks from the provided date

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

Parameters

date System.DateOnly

Returns

System.DateOnly

InDate.Eight.WeeksFrom(DateTime) Method

8 weeks from the provided date

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

Parameters

date System.DateTime

Returns

System.DateOnly

InDate.Eight.YearsFrom(DateOnly) Method

8 years from the provided date

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

Parameters

date System.DateOnly

Returns

System.DateOnly

InDate.Eight.YearsFrom(DateTime) Method

8 years from the provided date

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

Parameters

date System.DateTime

Returns

System.DateOnly