C# 클래스 SupportClass.DateTimeFormatManager.DateTimeFormatHashTable, csharp-ldap

상속: Hashtable
파일 보기 프로젝트 열기: EventStore/csharp-ldap

공개 메소드들

메소드 설명
GetDateFormatPattern ( System format ) : string

Gets the current format pattern of the DateTimeFormat instance

GetTimeFormatPattern ( System format ) : string

Gets the current format pattern of the DateTimeFormat instance

SetDateFormatPattern ( System format, System newPattern ) : void

Sets the format for datetime.

SetTimeFormatPattern ( System format, System newPattern ) : void

Sets the datetimeformat pattern to the giving format

메소드 상세

GetDateFormatPattern() 공개 메소드

Gets the current format pattern of the DateTimeFormat instance
public GetDateFormatPattern ( System format ) : string
format System The DateTimeFormat instance which the value will be obtained
리턴 string

GetTimeFormatPattern() 공개 메소드

Gets the current format pattern of the DateTimeFormat instance
public GetTimeFormatPattern ( System format ) : string
format System The DateTimeFormat instance which the value will be obtained
리턴 string

SetDateFormatPattern() 공개 메소드

Sets the format for datetime.
public SetDateFormatPattern ( System format, System newPattern ) : void
format System DateTimeFormat instance to set the pattern
newPattern System A string with the pattern format
리턴 void

SetTimeFormatPattern() 공개 메소드

Sets the datetimeformat pattern to the giving format
public SetTimeFormatPattern ( System format, System newPattern ) : void
format System The datetimeformat instance to set
newPattern System The new datetimeformat pattern
리턴 void