C# Класс FluentDateTimeOffset.TimeSpanOffsetExtensions

Static class containing Fluent TimeSpan extension methods.
Показать файл Открыть проект

Открытые методы

Метод Описание
Ago ( this from ) : DateTimeOffset

Subtracts given TimeSpan from current date (DateTime.Now) and returns resulting DateTime in the past.

Ago ( this from, DateTimeOffset originalValue ) : DateTimeOffset

Subtracts given TimeSpan from originalValue DateTime and returns resulting DateTime in the past.

Before ( this from, DateTimeOffset originalValue ) : DateTimeOffset

Subtracts given TimeSpan from originalValue DateTime and returns resulting DateTime in the past.

From ( this from, DateTimeOffset originalValue ) : DateTimeOffset

Adds given TimeSpan to supplied originalValue DateTime and returns resulting DateTime in the future.

FromNow ( this from ) : DateTimeOffset

Adds given TimeSpan to current DateTime.Now and returns resulting DateTime in the future.

Round ( this timeSpan, RoundTo rt ) : System.TimeSpan
Since ( this from, DateTimeOffset originalValue ) : DateTimeOffset

Adds given TimeSpan to supplied originalValue DateTime and returns resulting DateTime in the future.

Synonym of From(System.TimeSpan,System.DateTimeOffset) method.

ToDisplayString ( this timeSpan ) : string

Convert a TimeSpan to a human readable string.

Описание методов

Ago() публичный статический Метод

Subtracts given TimeSpan from current date (DateTime.Now) and returns resulting DateTime in the past.
public static Ago ( this from ) : DateTimeOffset
from this
Результат DateTimeOffset

Ago() публичный статический Метод

Subtracts given TimeSpan from originalValue DateTime and returns resulting DateTime in the past.
public static Ago ( this from, DateTimeOffset originalValue ) : DateTimeOffset
from this
originalValue DateTimeOffset
Результат DateTimeOffset

Before() публичный статический Метод

Subtracts given TimeSpan from originalValue DateTime and returns resulting DateTime in the past.
public static Before ( this from, DateTimeOffset originalValue ) : DateTimeOffset
from this
originalValue DateTimeOffset
Результат DateTimeOffset

From() публичный статический Метод

Adds given TimeSpan to supplied originalValue DateTime and returns resulting DateTime in the future.
public static From ( this from, DateTimeOffset originalValue ) : DateTimeOffset
from this
originalValue DateTimeOffset
Результат DateTimeOffset

FromNow() публичный статический Метод

Adds given TimeSpan to current DateTime.Now and returns resulting DateTime in the future.
public static FromNow ( this from ) : DateTimeOffset
from this
Результат DateTimeOffset

Round() публичный статический Метод

public static Round ( this timeSpan, RoundTo rt ) : System.TimeSpan
timeSpan this
rt RoundTo
Результат System.TimeSpan

Since() публичный статический Метод

Adds given TimeSpan to supplied originalValue DateTime and returns resulting DateTime in the future.
Synonym of From(System.TimeSpan,System.DateTimeOffset) method.
public static Since ( this from, DateTimeOffset originalValue ) : DateTimeOffset
from this
originalValue DateTimeOffset
Результат DateTimeOffset

ToDisplayString() публичный статический Метод

Convert a TimeSpan to a human readable string.
public static ToDisplayString ( this timeSpan ) : string
timeSpan this The to convert
Результат string