C# Class Syncano.Net.Access.TimeZoneStringConverter

Class converting TimeZone to string.
Afficher le fichier Open project: Syncano/syncano-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
GetString ( TimeZoneInfo timeZone ) : string

Gets string representation of time zone in IANA format.

TimeZoneStringConverter ( ) : System

Creates TimeZoneStringConverter

Method Details

GetString() public méthode

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

TimeZoneStringConverter() public méthode

Creates TimeZoneStringConverter
public TimeZoneStringConverter ( ) : System
Résultat System