C# Class MyAnimeListSharp.Formatters.DefaultDateTimeFormatter

Date formatter which formats date according to MyAnimeList.net specification
Inheritance: IDateTimeFormatter
Datei anzeigen Open project: dance2die/MyAnimeListSharp

Public Methods

Method Description
Format ( System.DateTime dateTime ) : string

Format the date time according to MyAnimeList.net specification

http://myanimelist.net/modules.php?go=api#animevalues

Method Details

Format() public method

Format the date time according to MyAnimeList.net specification
http://myanimelist.net/modules.php?go=api#animevalues
public Format ( System.DateTime dateTime ) : string
dateTime System.DateTime
return string