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