 | BaseProcessorDecodeDateTimeOffset Method |
Namespace: Orthogonal.NSettingsAssembly: Orthogonal.NSettings (in Orthogonal.NSettings.dll) Version: 3.0.5
Syntaxpublic static DateTimeOffset? DecodeDateTimeOffset(
string s
)
Parameters
- s String
- The string to decode.
Return Value
NullableDateTimeOffsetA DateTimeOff with the exact time and offset preserved from the original.
See Also