Skip to main content
Version: 2.13.14

Humanizer.In.Five

In.Five Class

public static class In.Five

Inheritance System.Object → Five

Properties

In.Five.Days Property

5 days from now

public static System.DateTime Days { get; }

Property Value

System.DateTime

In.Five.Hours Property

5 hours from now

public static System.DateTime Hours { get; }

Property Value

System.DateTime

In.Five.Minutes Property

5 minutes from now

public static System.DateTime Minutes { get; }

Property Value

System.DateTime

In.Five.Months Property

5 months from now

public static System.DateTime Months { get; }

Property Value

System.DateTime

In.Five.Seconds Property

5 seconds from now

public static System.DateTime Seconds { get; }

Property Value

System.DateTime

In.Five.Weeks Property

5 weeks from now

public static System.DateTime Weeks { get; }

Property Value

System.DateTime

In.Five.Years Property

5 years from now

public static System.DateTime Years { get; }

Property Value

System.DateTime

Methods

In.Five.DaysFrom(DateTime) Method

5 days from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Five.HoursFrom(DateTime) Method

5 hours from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Five.MinutesFrom(DateTime) Method

5 minutes from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Five.MonthsFrom(DateTime) Method

5 months from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Five.SecondsFrom(DateTime) Method

5 seconds from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Five.WeeksFrom(DateTime) Method

5 weeks from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Five.YearsFrom(DateTime) Method

5 years from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime