Humanizer.InDate.Eight
InDate.Eight Class
public static class InDate.Eight
Inheritance System.Object → Eight
Properties
InDate.Eight.Days Property
8 days from now
public static System.DateOnly Days { get; }
Property Value
InDate.Eight.Months Property
8 months from now
public static System.DateOnly Months { get; }
Property Value
InDate.Eight.Weeks Property
8 weeks from now
public static System.DateOnly Weeks { get; }
Property Value
InDate.Eight.Years Property
8 years from now
public static System.DateOnly Years { get; }
Property Value
Methods
InDate.Eight.DaysFrom(DateOnly) Method
8 days from the provided date
public static System.DateOnly DaysFrom(System.DateOnly date);
Parameters
date System.DateOnly
Returns
InDate.Eight.DaysFrom(DateTime) Method
8 days from the provided date
public static System.DateOnly DaysFrom(System.DateTime date);
Parameters
date System.DateTime
Returns
InDate.Eight.MonthsFrom(DateOnly) Method
8 months from the provided date
public static System.DateOnly MonthsFrom(System.DateOnly date);
Parameters
date System.DateOnly
Returns
InDate.Eight.MonthsFrom(DateTime) Method
8 months from the provided date
public static System.DateOnly MonthsFrom(System.DateTime date);
Parameters
date System.DateTime
Returns
InDate.Eight.WeeksFrom(DateOnly) Method
8 weeks from the provided date
public static System.DateOnly WeeksFrom(System.DateOnly date);
Parameters
date System.DateOnly
Returns
InDate.Eight.WeeksFrom(DateTime) Method
8 weeks from the provided date
public static System.DateOnly WeeksFrom(System.DateTime date);
Parameters
date System.DateTime
Returns
InDate.Eight.YearsFrom(DateOnly) Method
8 years from the provided date
public static System.DateOnly YearsFrom(System.DateOnly date);
Parameters
date System.DateOnly
Returns
InDate.Eight.YearsFrom(DateTime) Method
8 years from the provided date
public static System.DateOnly YearsFrom(System.DateTime date);
Parameters
date System.DateTime