Humanizer.In.One
In.One Class
public static class In.One
Inheritance System.Object → One
Properties
In.One.Day Property
1 days from now
public static System.DateTime Day { get; }
Property Value
In.One.Hour Property
1 hours from now
public static System.DateTime Hour { get; }
Property Value
In.One.Minute Property
1 minutes from now
public static System.DateTime Minute { get; }
Property Value
In.One.Month Property
1 months from now
public static System.DateTime Month { get; }
Property Value
In.One.Second Property
1 seconds from now
public static System.DateTime Second { get; }
Property Value
In.One.Week Property
1 weeks from now
public static System.DateTime Week { get; }
Property Value
In.One.Year Property
1 years from now
public static System.DateTime Year { get; }
Property Value
Methods
In.One.DayFrom(DateTime) Method
1 days from the provided date
public static System.DateTime DayFrom(System.DateTime date);
Parameters
date System.DateTime
Returns
In.One.HourFrom(DateTime) Method
1 hours from the provided date
public static System.DateTime HourFrom(System.DateTime date);
Parameters
date System.DateTime
Returns
In.One.MinuteFrom(DateTime) Method
1 minutes from the provided date
public static System.DateTime MinuteFrom(System.DateTime date);
Parameters
date System.DateTime
Returns
In.One.MonthFrom(DateTime) Method
1 months from the provided date
public static System.DateTime MonthFrom(System.DateTime date);
Parameters
date System.DateTime
Returns
In.One.SecondFrom(DateTime) Method
1 seconds from the provided date
public static System.DateTime SecondFrom(System.DateTime date);
Parameters
date System.DateTime
Returns
In.One.WeekFrom(DateTime) Method
1 weeks from the provided date
public static System.DateTime WeekFrom(System.DateTime date);
Parameters
date System.DateTime
Returns
In.One.YearFrom(DateTime) Method
1 years from the provided date
public static System.DateTime YearFrom(System.DateTime date);
Parameters
date System.DateTime