C# Class Syncano.Net.Access.TimeZoneStringConverter

Class converting TimeZone to string.
Exibir arquivo Open project: Syncano/syncano-dotnet Class Usage Examples

Public Methods

Method Description
GetString ( TimeZoneInfo timeZone ) : string

Gets string representation of time zone in IANA format.

TimeZoneStringConverter ( ) : System

Creates TimeZoneStringConverter

Method Details

GetString() public method

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

TimeZoneStringConverter() public method

Creates TimeZoneStringConverter
public TimeZoneStringConverter ( ) : System
return System