Skip to main content
Version: 3.0.10 (latest)

Humanizer.In.Six

In.Six Class

public static class In.Six

Inheritance System.Object → Six

Properties

In.Six.Days Property

6 days from now

public static System.DateTime Days { get; }

Property Value

System.DateTime

In.Six.Hours Property

6 hours from now

public static System.DateTime Hours { get; }

Property Value

System.DateTime

In.Six.Minutes Property

6 minutes from now

public static System.DateTime Minutes { get; }

Property Value

System.DateTime

In.Six.Months Property

6 months from now

public static System.DateTime Months { get; }

Property Value

System.DateTime

In.Six.Seconds Property

6 seconds from now

public static System.DateTime Seconds { get; }

Property Value

System.DateTime

In.Six.Weeks Property

6 weeks from now

public static System.DateTime Weeks { get; }

Property Value

System.DateTime

In.Six.Years Property

6 years from now

public static System.DateTime Years { get; }

Property Value

System.DateTime

Methods

In.Six.DaysFrom(DateTime) Method

6 days from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Six.HoursFrom(DateTime) Method

6 hours from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Six.MinutesFrom(DateTime) Method

6 minutes from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Six.MonthsFrom(DateTime) Method

6 months from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Six.SecondsFrom(DateTime) Method

6 seconds from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Six.WeeksFrom(DateTime) Method

6 weeks from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Six.YearsFrom(DateTime) Method

6 years from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime