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