Enum FromToUseCollectionsGeneric
- Namespace
- SunamoCollectionsGeneric._public.SunamoEnums.Enums
- Assembly
- SunamoCollectionsGeneric.dll
Specifies the type of date/time representation to use for FromTo conversions.
public enum FromToUseCollectionsGeneric
- Extension Methods
Fields
DateTime = 0Use DateTime representation.
None = 3No specific representation.
Unix = 1Use Unix timestamp representation.
UnixJustTime = 2Use Unix timestamp for time only (without date).