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