C# 클래스 Decision.Common.OpenGraph.Enums.DayOfWeekExtensions

DayOfWeek extension methods.
파일 보기 프로젝트 열기: rabbal/Decision

공개 메소드들

메소드 설명
ToLowercaseString ( this dayOfWeek ) : string

Returns the lowercase string representation of the DayOfWeek.

메소드 상세

ToLowercaseString() 공개 정적인 메소드

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