Table of Contents

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 = 0

Use DateTime representation.

None = 3

No specific representation.

Unix = 1

Use Unix timestamp representation.

UnixJustTime = 2

Use Unix timestamp for time only (without date).