C# Class ttaenc.DateTimeExtensions

Afficher le fichier Open project: sidiandi/ttaudio

Méthodes publiques

Méthode Description
FromInternetDateTimeFormat ( string dateTimeString ) : System.DateTime
ToInternetDateTimeFormat ( this dateTime ) : string

Converts to a string in the Internet Date/Time Format as defined in RFC3339

Method Details

FromInternetDateTimeFormat() public static méthode

public static FromInternetDateTimeFormat ( string dateTimeString ) : System.DateTime
dateTimeString string
Résultat System.DateTime

ToInternetDateTimeFormat() public static méthode

Converts to a string in the Internet Date/Time Format as defined in RFC3339
public static ToInternetDateTimeFormat ( this dateTime ) : string
dateTime this
Résultat string