Skip to main content
Version: 2.13.14

Humanizer.InDate.Five

InDate.Five Class

public static class InDate.Five

Inheritance System.Object → Five

Properties

InDate.Five.Days Property

5 days from now

public static System.DateOnly Days { get; }

Property Value

System.DateOnly

InDate.Five.Months Property

5 months from now

public static System.DateOnly Months { get; }

Property Value

System.DateOnly

InDate.Five.Weeks Property

5 weeks from now

public static System.DateOnly Weeks { get; }

Property Value

System.DateOnly

InDate.Five.Years Property

5 years from now

public static System.DateOnly Years { get; }

Property Value

System.DateOnly

Methods

InDate.Five.DaysFrom(DateOnly) Method

5 days from the provided date

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

Parameters

date System.DateOnly

Returns

System.DateOnly

InDate.Five.DaysFrom(DateTime) Method

5 days from the provided date

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

Parameters

date System.DateTime

Returns

System.DateOnly

InDate.Five.MonthsFrom(DateOnly) Method

5 months from the provided date

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

Parameters

date System.DateOnly

Returns

System.DateOnly

InDate.Five.MonthsFrom(DateTime) Method

5 months from the provided date

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

Parameters

date System.DateTime

Returns

System.DateOnly

InDate.Five.WeeksFrom(DateOnly) Method

5 weeks from the provided date

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

Parameters

date System.DateOnly

Returns

System.DateOnly

InDate.Five.WeeksFrom(DateTime) Method

5 weeks from the provided date

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

Parameters

date System.DateTime

Returns

System.DateOnly

InDate.Five.YearsFrom(DateOnly) Method

5 years from the provided date

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

Parameters

date System.DateOnly

Returns

System.DateOnly

InDate.Five.YearsFrom(DateTime) Method

5 years from the provided date

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

Parameters

date System.DateTime

Returns

System.DateOnly