Click or drag to resize

Utils_StringGetDateTimeOffset Method

Overload List
  NameDescription
Public methodStatic memberGetDateTimeOffset(String)
Tries to convert a text to DateTimeOffset. If not converted, will return DateTimeOffset.MinValue.
Public methodStatic memberGetDateTimeOffset(String, CultureInfo)
Tries to convert a text to DateTimeOffset. If not converted, will return DateTimeOffset.MinValue.
Public methodStatic memberGetDateTimeOffset(String, String, CultureInfo)
Tries to convert a text to DateTimeOffset using a specific format.

If not converted, will return DateTimeOffset.MinValue.

Top
See Also