Skip to main content
Version: 2.13.14

Humanizer.In.Seven

In.Seven Class

public static class In.Seven

Inheritance System.Object → Seven

Properties

In.Seven.Days Property

7 days from now

public static System.DateTime Days { get; }

Property Value

System.DateTime

In.Seven.Hours Property

7 hours from now

public static System.DateTime Hours { get; }

Property Value

System.DateTime

In.Seven.Minutes Property

7 minutes from now

public static System.DateTime Minutes { get; }

Property Value

System.DateTime

In.Seven.Months Property

7 months from now

public static System.DateTime Months { get; }

Property Value

System.DateTime

In.Seven.Seconds Property

7 seconds from now

public static System.DateTime Seconds { get; }

Property Value

System.DateTime

In.Seven.Weeks Property

7 weeks from now

public static System.DateTime Weeks { get; }

Property Value

System.DateTime

In.Seven.Years Property

7 years from now

public static System.DateTime Years { get; }

Property Value

System.DateTime

Methods

In.Seven.DaysFrom(DateTime) Method

7 days from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Seven.HoursFrom(DateTime) Method

7 hours from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Seven.MinutesFrom(DateTime) Method

7 minutes from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Seven.MonthsFrom(DateTime) Method

7 months from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Seven.SecondsFrom(DateTime) Method

7 seconds from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Seven.WeeksFrom(DateTime) Method

7 weeks from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Seven.YearsFrom(DateTime) Method

7 years from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime