Advertisement
Mikescher

Untitled

Mar 29th, 2020
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. FlexDate | startDate | endDate || flexTime | startTime | endTime || = Type | = Description
  2. ==========|===========|=========||==========|===========|==========||========================|=============================================================
  3. false | d | d || false | t | <null> || FIX_DATETIME | Ein genau spezifizierter Zeitpunkt
  4. | | || | | || | an dem das Treffen stattfindet
  5. ----------|-----------|---------||----------|-----------|----------||------------------------|-------------------------------------------------------------
  6. false | d | d || true | TIME_MIN | TIME_MAX || FIX_DATE_ANY_TIME | Das Treffen hat ein festes Datum aber
  7. false | d | d || true | <null> | <null> || | die Uhrzeit ist flexibel/unbestimmt
  8. ----------|-----------|---------||----------|-----------|----------||------------------------|-------------------------------------------------------------
  9. false | d | d || false | t1 | t2 || FIX_DATE_WITH_TIME_SPAN| Das Treffen hat ein festes Datum
  10. | | || | | || | und einen festen Zeitbereich indem es stattfindet
  11. ----------|-----------|---------||----------|-----------|----------||------------------------|-------------------------------------------------------------
  12. false | d | d || true | t1 | t2 || FIX_DATE_TIME_IN_RANGE | Das Datum ist noch nicht festgelegt (dynamisch)
  13. | | || | | || | aber die Uhrzeit ist unveränderlich
  14. ----------|-----------|---------||----------|-----------|----------||------------------------|-------------------------------------------------------------
  15. true | d1 | d2 || false | t | <null> || DATE_RANGE_FIX_TIME | Das Datum ist noch nicht festgelegt (dynamisch)
  16. | | || | | || | aber die Uhrzeit ist unveränderlich
  17. ----------|-----------|---------||----------|-----------|----------||------------------------|-------------------------------------------------------------
  18. true | d1 | d2 || true | t1 | t2 || DATETIME_IN_RANGE | Der Termin ist flexibel innerhalt einer Zeitspanne
  19. | | || | | || | die durch Uhrzeit und Datum unabhängig festgelegt ist
  20. ==========|===========|=========||==========|===========|==========||========================|=============================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement