Click or drag to resize

GregorianDateToIso8601String Method (Iso8601Format)

Converts the value of this instance to its equivalent ISO8601 string representation, with fractional seconds represented to 15 digits.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public string ToIso8601String(
	Iso8601Format format
)

Parameters

format
Type: AGI.Foundation.TimeIso8601Format
The type of ISO8601 string to create.

Return Value

Type: String
A string representing this date and time in ISO8601 format.
See Also