DateTimeStringWithOffset extension
Provides extension methods on DateTime that create date/time strings with time-zone information.
- on
Methods
-
toIso8601StringWithOffset(
) → String -
Available on DateTime, provided by the DateTimeStringWithOffset extension
A version of DateTime.toIso8601String that includes the timezone offset. -
toStringWithOffset(
) → String -
Available on DateTime, provided by the DateTimeStringWithOffset extension
A version of DateTime.toString that includes the timezone offset.