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