C# Class Decision.Common.OpenGraph.Enums.DayOfWeekExtensions

DayOfWeek extension methods.
Afficher le fichier Open project: rabbal/Decision

Méthodes publiques

Méthode Description
ToLowercaseString ( this dayOfWeek ) : string

Returns the lowercase string representation of the DayOfWeek.

Method Details

ToLowercaseString() public static méthode

Returns the lowercase string representation of the DayOfWeek.
public static ToLowercaseString ( this dayOfWeek ) : string
dayOfWeek this The day of week.
Résultat string