Method | Description | |
---|---|---|
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.
|
public static ParseGtfsDate ( this s ) : System.DateTime | ||
s | this | A date in yyyyMMdd format. |
return | System.DateTime |
public static ParseGtfsNullableDate ( this s ) : DateTime? | ||
s | this | A date in yyyyMMdd format. |
return | DateTime? |
public static ParseGtfsNullableTimeSpan ( this s ) : TimeSpan? | ||
s | this | A string representation of a |
return | TimeSpan? |