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