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