C# Class TraktPlugin.Extensions.DateExtensions

Datei anzeigen Open project: trakt/Trakt-for-Mediaportal

Public Methods

Method Description
ToPrettyDateTime ( this timestamp ) : string
ToPrettyTime ( this span ) : string
ToShortDayName ( this dayOfWeek ) : string

Method Details

ToPrettyDateTime() public static method

public static ToPrettyDateTime ( this timestamp ) : string
timestamp this
return string

ToPrettyTime() public static method

public static ToPrettyTime ( this span ) : string
span this
return string

ToShortDayName() public static method

public static ToShortDayName ( this dayOfWeek ) : string
dayOfWeek this
return string