Click or drag to resize

BaseProcessorEncodeDateTime Method

A helper method that encodes a DateTime 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 EncodeDateTime(
	DateTime? time
)

Parameters

time  NullableDateTime
The value to encode.

Return Value

String
An encoded DateTime in the format {ticks},{kind}.
See Also