TimeZoneIDParse Method
Namespace: FolkerKinzel.VCards.ModelsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.2.0+a3997783578d19ef70b23d32085936c13ed21656
public static TimeZoneID Parse(
string value
)
Public Shared Function Parse (
value As String
) As TimeZoneID
public:
static TimeZoneID^ Parse(
String^ value
)
static member Parse :
value : string -> TimeZoneID
- value String
- Identifier of the time zone. It should be an identifier
from the "IANA Time Zone Database".
(See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones .)
TimeZoneIDThe parsed
TimeZoneID.