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