TimeZoneIDTryParse Method
Namespace: FolkerKinzel.VCards.ModelsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
public static bool TryParse(
string? value,
out TimeZoneID?? timeZoneID
)
Public Shared Function TryParse (
value As String,
<OutAttribute> ByRef timeZoneID As TimeZoneID
) As Boolean
public:
static bool TryParse(
String^ value,
[OutAttribute] TimeZoneID^% timeZoneID
)
static member TryParse :
value : string *
timeZoneID : TimeZoneID byref -> bool
- 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
.)
- timeZoneID TimeZoneID
- If parsing was successful, the parameter contains a new
TimeZoneID object. The parameter is passed uninitialized.
Booleantrue if parsing was successful, otherwise
false.