C# Класс Wsdot.Gtfs.IO.Extensions

Provides extension methods.
Показать файл Открыть проект

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

Метод Описание
ParseGtfsDate ( this s ) : System.DateTime

Parses a date string in the format used by GTFS.

ParseGtfsNullableDate ( this s ) : DateTime?

Parses a date string in the format used by GTFS.

ParseGtfsNullableTimeSpan ( this s ) : TimeSpan?

Parses a TimeSpan string in the format used by GTFS.

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

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

Parses a date string in the format used by GTFS.
Thrown if is . Thrown if is not in yyyyMMdd format.
public static ParseGtfsDate ( this s ) : System.DateTime
s this A date in yyyyMMdd format.
Результат System.DateTime

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

Parses a date string in the format used by GTFS.
public static ParseGtfsNullableDate ( this s ) : DateTime?
s this A date in yyyyMMdd format.
Результат DateTime?

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

Parses a TimeSpan string in the format used by GTFS.
public static ParseGtfsNullableTimeSpan ( this s ) : TimeSpan?
s this A string representation of a .
Результат TimeSpan?