Enum FromToUseCl
- Namespace
- SunamoCl._public.SunamoEnums.Enums
- Assembly
- SunamoCl.dll
Defines the type of from-to value representation used in range operations
public enum FromToUseCl
- Extension Methods
Fields
DateTime = 0Values are represented as DateTime
None = 3No specific representation, used for plain numeric ranges
Unix = 1Values are represented as Unix timestamps
UnixJustTime = 2Values are represented as Unix timestamps containing only time portion