C# 클래스 Syncano.Net.Access.TimeZoneStringConverter

Class converting TimeZone to string.
파일 보기 프로젝트 열기: Syncano/syncano-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
GetString ( TimeZoneInfo timeZone ) : string

Gets string representation of time zone in IANA format.

TimeZoneStringConverter ( ) : System

Creates TimeZoneStringConverter

메소드 상세

GetString() 공개 메소드

Gets string representation of time zone in IANA format.
public GetString ( TimeZoneInfo timeZone ) : string
timeZone System.TimeZoneInfo TimeZoneInfo object to convert.
리턴 string

TimeZoneStringConverter() 공개 메소드

Creates TimeZoneStringConverter
public TimeZoneStringConverter ( ) : System
리턴 System