Skip to main content
Version: 2.11.10

Humanizer.In.Eight

In.Eight Class

public static class In.Eight

Inheritance System.Object → Eight

Properties

In.Eight.Days Property

8 days from now

public static System.DateTime Days { get; }

Property Value

System.DateTime

In.Eight.Hours Property

8 hours from now

public static System.DateTime Hours { get; }

Property Value

System.DateTime

In.Eight.Minutes Property

8 minutes from now

public static System.DateTime Minutes { get; }

Property Value

System.DateTime

In.Eight.Months Property

8 months from now

public static System.DateTime Months { get; }

Property Value

System.DateTime

In.Eight.Seconds Property

8 seconds from now

public static System.DateTime Seconds { get; }

Property Value

System.DateTime

In.Eight.Weeks Property

8 weeks from now

public static System.DateTime Weeks { get; }

Property Value

System.DateTime

In.Eight.Years Property

8 years from now

public static System.DateTime Years { get; }

Property Value

System.DateTime

Methods

In.Eight.DaysFrom(DateTime) Method

8 days from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Eight.HoursFrom(DateTime) Method

8 hours from the provided date

public static System.DateTime HoursFrom(System.DateTime date);

Parameters

date System.DateTime

Returns

System.DateTime

In.Eight.MinutesFrom(DateTime) Method

8 minutes from the provided date

public static System.DateTime MinutesFrom(System.DateTime date);

Parameters

date System.DateTime

Returns

System.DateTime

In.Eight.MonthsFrom(DateTime) Method

8 months from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Eight.SecondsFrom(DateTime) Method

8 seconds from the provided date

public static System.DateTime SecondsFrom(System.DateTime date);

Parameters

date System.DateTime

Returns

System.DateTime

In.Eight.WeeksFrom(DateTime) Method

8 weeks from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Eight.YearsFrom(DateTime) Method

8 years from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime