Skip to main content
Version: 3.0.1

Humanizer.InDate.Ten

InDate.Ten Class

public static class InDate.Ten

Inheritance System.Object → Ten

Properties

InDate.Ten.Days Property

10 days from now

public static System.DateOnly Days { get; }

Property Value

System.DateOnly

InDate.Ten.Months Property

10 months from now

public static System.DateOnly Months { get; }

Property Value

System.DateOnly

InDate.Ten.Weeks Property

10 weeks from now

public static System.DateOnly Weeks { get; }

Property Value

System.DateOnly

InDate.Ten.Years Property

10 years from now

public static System.DateOnly Years { get; }

Property Value

System.DateOnly

Methods

InDate.Ten.DaysFrom(DateOnly) Method

10 days from the provided date

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

Parameters

date System.DateOnly

Returns

System.DateOnly

InDate.Ten.DaysFrom(DateTime) Method

10 days from the provided date

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

Parameters

date System.DateTime

Returns

System.DateOnly

InDate.Ten.MonthsFrom(DateOnly) Method

10 months from the provided date

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

Parameters

date System.DateOnly

Returns

System.DateOnly

InDate.Ten.MonthsFrom(DateTime) Method

10 months from the provided date

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

Parameters

date System.DateTime

Returns

System.DateOnly

InDate.Ten.WeeksFrom(DateOnly) Method

10 weeks from the provided date

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

Parameters

date System.DateOnly

Returns

System.DateOnly

InDate.Ten.WeeksFrom(DateTime) Method

10 weeks from the provided date

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

Parameters

date System.DateTime

Returns

System.DateOnly

InDate.Ten.YearsFrom(DateOnly) Method

10 years from the provided date

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

Parameters

date System.DateOnly

Returns

System.DateOnly

InDate.Ten.YearsFrom(DateTime) Method

10 years from the provided date

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

Parameters

date System.DateTime

Returns

System.DateOnly