C# 클래스 SmartFormat.Extensions.TimeFormatter

상속: IFormatter
파일 보기 프로젝트 열기: scottrippey/SmartFormat.NET

공개 메소드들

메소드 설명
TimeFormatter ( ) : System

Initializes the extension with no default TimeTextInfo.

TimeFormatter ( string defaultTwoLetterLanguageName ) : System

Initializes the extension with a default TimeTextInfo.

TryEvaluateFormat ( IFormattingInfo formattingInfo ) : bool

비공개 메소드들

메소드 설명
GetTimeTextInfo ( IFormatProvider provider ) : TimeTextInfo

메소드 상세

TimeFormatter() 공개 메소드

Initializes the extension with no default TimeTextInfo.
public TimeFormatter ( ) : System
리턴 System

TimeFormatter() 공개 메소드

Initializes the extension with a default TimeTextInfo.
public TimeFormatter ( string defaultTwoLetterLanguageName ) : System
defaultTwoLetterLanguageName string This will be used when no CultureInfo is supplied. Can be null.
리턴 System

TryEvaluateFormat() 공개 메소드

public TryEvaluateFormat ( IFormattingInfo formattingInfo ) : bool
formattingInfo IFormattingInfo
리턴 bool