Skip to main content
Version: 2.10.1

Humanizer.In.Three

In.Three Class

public static class In.Three

Inheritance System.Object → Three

Properties

In.Three.Days Property

3 days from now

public static System.DateTime Days { get; }

Property Value

System.DateTime

In.Three.Hours Property

3 hours from now

public static System.DateTime Hours { get; }

Property Value

System.DateTime

In.Three.Minutes Property

3 minutes from now

public static System.DateTime Minutes { get; }

Property Value

System.DateTime

In.Three.Months Property

3 months from now

public static System.DateTime Months { get; }

Property Value

System.DateTime

In.Three.Seconds Property

3 seconds from now

public static System.DateTime Seconds { get; }

Property Value

System.DateTime

In.Three.Weeks Property

3 weeks from now

public static System.DateTime Weeks { get; }

Property Value

System.DateTime

In.Three.Years Property

3 years from now

public static System.DateTime Years { get; }

Property Value

System.DateTime

Methods

In.Three.DaysFrom(DateTime) Method

3 days from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Three.HoursFrom(DateTime) Method

3 hours from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Three.MinutesFrom(DateTime) Method

3 minutes from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Three.MonthsFrom(DateTime) Method

3 months from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Three.SecondsFrom(DateTime) Method

3 seconds from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Three.WeeksFrom(DateTime) Method

3 weeks from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Three.YearsFrom(DateTime) Method

3 years from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime