Skip to main content
Version: 3.0.8

Humanizer.In.Ten

In.Ten Class

public static class In.Ten

Inheritance System.Object → Ten

Properties

In.Ten.Days Property

10 days from now

public static System.DateTime Days { get; }

Property Value

System.DateTime

In.Ten.Hours Property

10 hours from now

public static System.DateTime Hours { get; }

Property Value

System.DateTime

In.Ten.Minutes Property

10 minutes from now

public static System.DateTime Minutes { get; }

Property Value

System.DateTime

In.Ten.Months Property

10 months from now

public static System.DateTime Months { get; }

Property Value

System.DateTime

In.Ten.Seconds Property

10 seconds from now

public static System.DateTime Seconds { get; }

Property Value

System.DateTime

In.Ten.Weeks Property

10 weeks from now

public static System.DateTime Weeks { get; }

Property Value

System.DateTime

In.Ten.Years Property

10 years from now

public static System.DateTime Years { get; }

Property Value

System.DateTime

Methods

In.Ten.DaysFrom(DateTime) Method

10 days from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Ten.HoursFrom(DateTime) Method

10 hours from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Ten.MinutesFrom(DateTime) Method

10 minutes from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Ten.MonthsFrom(DateTime) Method

10 months from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Ten.SecondsFrom(DateTime) Method

10 seconds from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Ten.WeeksFrom(DateTime) Method

10 weeks from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime

In.Ten.YearsFrom(DateTime) Method

10 years from the provided date

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

Parameters

date System.DateTime

Returns

System.DateTime