Skip to main content
Version: 2.10.1

Humanizer.In.One

In.One Class

public static class In.One

Inheritance System.Object → One

Properties

In.One.Day Property

1 days from now

public static System.DateTime Day { get; }

Property Value

System.DateTime

In.One.Hour Property

1 hours from now

public static System.DateTime Hour { get; }

Property Value

System.DateTime

In.One.Minute Property

1 minutes from now

public static System.DateTime Minute { get; }

Property Value

System.DateTime

In.One.Month Property

1 months from now

public static System.DateTime Month { get; }

Property Value

System.DateTime

In.One.Second Property

1 seconds from now

public static System.DateTime Second { get; }

Property Value

System.DateTime

In.One.Week Property

1 weeks from now

public static System.DateTime Week { get; }

Property Value

System.DateTime

In.One.Year Property

1 years from now

public static System.DateTime Year { get; }

Property Value

System.DateTime

Methods

In.One.DayFrom(DateTime) Method

1 days from the provided date

public static System.DateTime DayFrom(System.DateTime date);

Parameters

date System.DateTime

Returns

System.DateTime

In.One.HourFrom(DateTime) Method

1 hours from the provided date

public static System.DateTime HourFrom(System.DateTime date);

Parameters

date System.DateTime

Returns

System.DateTime

In.One.MinuteFrom(DateTime) Method

1 minutes from the provided date

public static System.DateTime MinuteFrom(System.DateTime date);

Parameters

date System.DateTime

Returns

System.DateTime

In.One.MonthFrom(DateTime) Method

1 months from the provided date

public static System.DateTime MonthFrom(System.DateTime date);

Parameters

date System.DateTime

Returns

System.DateTime

In.One.SecondFrom(DateTime) Method

1 seconds from the provided date

public static System.DateTime SecondFrom(System.DateTime date);

Parameters

date System.DateTime

Returns

System.DateTime

In.One.WeekFrom(DateTime) Method

1 weeks from the provided date

public static System.DateTime WeekFrom(System.DateTime date);

Parameters

date System.DateTime

Returns

System.DateTime

In.One.YearFrom(DateTime) Method

1 years from the provided date

public static System.DateTime YearFrom(System.DateTime date);

Parameters

date System.DateTime

Returns

System.DateTime