C# Класс BridgeStack.UnixTimeSpanHelpers

Time Span helpers to assist in JSON deserialization.
Показать файл Открыть проект

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

Метод Описание
AsUnixTime ( this self ) : System.TimeSpan

Parses a long representation of an Unix TimeSpan into a TimeSpan.

ToUnixTime ( this self ) : long

Parses a TimeSpan into it's long representation in Unix Date format.

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

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

Parses a long representation of an Unix TimeSpan into a TimeSpan.
public static AsUnixTime ( this self ) : System.TimeSpan
self this The long representation of an Unix TimeSpan.
Результат System.TimeSpan

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

Parses a TimeSpan into it's long representation in Unix Date format.
public static ToUnixTime ( this self ) : long
self this The TimeSpan object to parse.
Результат long