Helpers Fields
The Helpers type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() ![]() |
AllDateTimeUseUnixEpochNano |
All Date/Time values are converted to nanoseconds from Unix Epoch Date/Time.
|
![]() ![]() |
DateTimeFormat |
Format used to serialize or deserialize a date to/from string
A null value will use the default format.
https://learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings
|
![]() ![]() |
DateTimeOffsetFormat |
Format used to serialize or deserialize a date offset to/from string
A null value will use the default format.
https://learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings
|
![]() ![]() |
TimeSpanFormat |
Format used to serialize or deserialize a time to/from string
A null value will use the default format.
https://learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings
|
![]() ![]() |
UseUnixEpochNanoForNumericDateTime |
A boolean, if true numeric values from the DB for targeted Date/Time data types are nanoseconds from Unix Epoch.
If false, the numeric value represents .net ticks.
[DateTime.DateTime(long)][DateTimeOffset.DateTimeOffset(long, TimeSpan)][Client.Exp.Val(DateTime)]AllDateTimeUseUnixEpochNano
|