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

DayOfWeek extension methods.
ファイルを表示 Open project: rabbal/Decision

Public Methods

Method Description
ToLowercaseString ( this dayOfWeek ) : string

Returns the lowercase string representation of the DayOfWeek.

Method Details

ToLowercaseString() public static method

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