CustomTimeZonesFromString Method |
Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static CustomTimeZones FromString(
string s
)
Public Shared Function FromString (
s As String
) As CustomTimeZones
public:
static CustomTimeZones^ FromString(
String^ s
)
static member FromString :
s : string -> CustomTimeZones
Parameters
- s
- Type: SystemString
Return Value
Type:
CustomTimeZones
See Also