Click or drag to resize

BaseProcessorEncodeDateTimeOffset Method

A helper method that encodes a DateTimeOffset in a completely neutral rout-trippable custom format.

Namespace: Orthogonal.NSettings
Assembly: Orthogonal.NSettings (in Orthogonal.NSettings.dll) Version: 3.0.5
Syntax
C#
public static string EncodeDateTimeOffset(
	DateTimeOffset? time
)

Parameters

time  NullableDateTimeOffset
The value to encode.

Return Value

String
An encoded DateTimeOffset in the format {ticks},{offset}.
See Also