Enum FromToUseGoogleSheets
- Namespace
- SunamoGoogleSheets._public.SunamoEnums.Enums
- Assembly
- SunamoGoogleSheets.dll
Specifies the format to use when converting from/to timestamps in Google Sheets
public enum FromToUseGoogleSheets
- Extension Methods
Fields
DateTime = 0Use DateTime format
None = 3No timestamp conversion
Unix = 1Use Unix timestamp format
UnixJustTime = 2Use Unix timestamp format for time only