 | BaseProcessorEncodeDateTime Method |
A helper method that encodes a DateTime in a completely neutral rout-trippable custom format.
Namespace: Orthogonal.NSettingsAssembly: Orthogonal.NSettings (in Orthogonal.NSettings.dll) Version: 3.0.5
Syntaxpublic static string EncodeDateTime(
DateTime? time
)
Parameters
- time NullableDateTime
- The value to encode.
Return Value
StringAn encoded DateTime in the format
{ticks},{kind}.
See Also