Skip to main content
Version: 2.13.14

Humanizer.InDate.Nine

InDate.Nine Class

public static class InDate.Nine

Inheritance System.Object → Nine

Properties

InDate.Nine.Days Property

9 days from now

public static System.DateOnly Days { get; }

Property Value

System.DateOnly

InDate.Nine.Months Property

9 months from now

public static System.DateOnly Months { get; }

Property Value

System.DateOnly

InDate.Nine.Weeks Property

9 weeks from now

public static System.DateOnly Weeks { get; }

Property Value

System.DateOnly

InDate.Nine.Years Property

9 years from now

public static System.DateOnly Years { get; }

Property Value

System.DateOnly

Methods

InDate.Nine.DaysFrom(DateOnly) Method

9 days from the provided date

public static System.DateOnly DaysFrom(System.DateOnly date);

Parameters

date System.DateOnly

Returns

System.DateOnly

InDate.Nine.DaysFrom(DateTime) Method

9 days from the provided date

public static System.DateOnly DaysFrom(System.DateTime date);

Parameters

date System.DateTime

Returns

System.DateOnly

InDate.Nine.MonthsFrom(DateOnly) Method

9 months from the provided date

public static System.DateOnly MonthsFrom(System.DateOnly date);

Parameters

date System.DateOnly

Returns

System.DateOnly

InDate.Nine.MonthsFrom(DateTime) Method

9 months from the provided date

public static System.DateOnly MonthsFrom(System.DateTime date);

Parameters

date System.DateTime

Returns

System.DateOnly

InDate.Nine.WeeksFrom(DateOnly) Method

9 weeks from the provided date

public static System.DateOnly WeeksFrom(System.DateOnly date);

Parameters

date System.DateOnly

Returns

System.DateOnly

InDate.Nine.WeeksFrom(DateTime) Method

9 weeks from the provided date

public static System.DateOnly WeeksFrom(System.DateTime date);

Parameters

date System.DateTime

Returns

System.DateOnly

InDate.Nine.YearsFrom(DateOnly) Method

9 years from the provided date

public static System.DateOnly YearsFrom(System.DateOnly date);

Parameters

date System.DateOnly

Returns

System.DateOnly

InDate.Nine.YearsFrom(DateTime) Method

9 years from the provided date

public static System.DateOnly YearsFrom(System.DateTime date);

Parameters

date System.DateTime

Returns

System.DateOnly