GregorianDateToIso8601String Method |
Converts the value of this instance to its equivalent ISO8601 extended string representation,
with fractional seconds represented to 15 digits.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public string ToIso8601String()
Public Function ToIso8601String As String
public:
String^ ToIso8601String()
member ToIso8601String : unit -> string
Return Value
Type:
StringA string representing this date and time in extended ISO8601 format.
See Also