Humanizer.In.Eight
In.Eight Class
public static class In.Eight
Inheritance System.Object → Eight
Properties
In.Eight.Days Property
8 days from now
public static System.DateTime Days { get; }
Property Value
In.Eight.Hours Property
8 hours from now
public static System.DateTime Hours { get; }
Property Value
In.Eight.Minutes Property
8 minutes from now
public static System.DateTime Minutes { get; }
Property Value
In.Eight.Months Property
8 months from now
public static System.DateTime Months { get; }
Property Value
In.Eight.Seconds Property
8 seconds from now
public static System.DateTime Seconds { get; }
Property Value
In.Eight.Weeks Property
8 weeks from now
public static System.DateTime Weeks { get; }
Property Value
In.Eight.Years Property
8 years from now
public static System.DateTime Years { get; }
Property Value
Methods
In.Eight.DaysFrom(DateTime) Method
8 days from the provided date
public static System.DateTime DaysFrom(System.DateTime date);
Parameters
date System.DateTime
Returns
In.Eight.HoursFrom(DateTime) Method
8 hours from the provided date
public static System.DateTime HoursFrom(System.DateTime date);
Parameters
date System.DateTime
Returns
In.Eight.MinutesFrom(DateTime) Method
8 minutes from the provided date
public static System.DateTime MinutesFrom(System.DateTime date);
Parameters
date System.DateTime
Returns
In.Eight.MonthsFrom(DateTime) Method
8 months from the provided date
public static System.DateTime MonthsFrom(System.DateTime date);
Parameters
date System.DateTime
Returns
In.Eight.SecondsFrom(DateTime) Method
8 seconds from the provided date
public static System.DateTime SecondsFrom(System.DateTime date);
Parameters
date System.DateTime
Returns
In.Eight.WeeksFrom(DateTime) Method
8 weeks from the provided date
public static System.DateTime WeeksFrom(System.DateTime date);
Parameters
date System.DateTime
Returns
In.Eight.YearsFrom(DateTime) Method
8 years from the provided date
public static System.DateTime YearsFrom(System.DateTime date);
Parameters
date System.DateTime