Skip to main content
Version: 3.0.1

Humanizer.InDate.Six

InDate.Six Class

public static class InDate.Six

Inheritance System.Object → Six

Properties

InDate.Six.Days Property

6 days from now

public static System.DateOnly Days { get; }

Property Value

System.DateOnly

InDate.Six.Months Property

6 months from now

public static System.DateOnly Months { get; }

Property Value

System.DateOnly

InDate.Six.Weeks Property

6 weeks from now

public static System.DateOnly Weeks { get; }

Property Value

System.DateOnly

InDate.Six.Years Property

6 years from now

public static System.DateOnly Years { get; }

Property Value

System.DateOnly

Methods

InDate.Six.DaysFrom(DateOnly) Method

6 days from the provided date

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

Parameters

date System.DateOnly

Returns

System.DateOnly

InDate.Six.DaysFrom(DateTime) Method

6 days from the provided date

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

Parameters

date System.DateTime

Returns

System.DateOnly

InDate.Six.MonthsFrom(DateOnly) Method

6 months from the provided date

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

Parameters

date System.DateOnly

Returns

System.DateOnly

InDate.Six.MonthsFrom(DateTime) Method

6 months from the provided date

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

Parameters

date System.DateTime

Returns

System.DateOnly

InDate.Six.WeeksFrom(DateOnly) Method

6 weeks from the provided date

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

Parameters

date System.DateOnly

Returns

System.DateOnly

InDate.Six.WeeksFrom(DateTime) Method

6 weeks from the provided date

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

Parameters

date System.DateTime

Returns

System.DateOnly

InDate.Six.YearsFrom(DateOnly) Method

6 years from the provided date

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

Parameters

date System.DateOnly

Returns

System.DateOnly

InDate.Six.YearsFrom(DateTime) Method

6 years from the provided date

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

Parameters

date System.DateTime

Returns

System.DateOnly