package dropbox

  1. Overview
  2. Docs

Module Dropbox_dateSource

See Dropbox.Date for documentation.

Sourcetype t
Sourcetype wday =
  1. | Sun
  2. | Mon
  3. | Tue
  4. | Wed
  5. | Thu
  6. | Fri
  7. | Sat
Sourcetype month =
  1. | Jan
  2. | Feb
  3. | Mar
  4. | Apr
  5. | May
  6. | Jun
  7. | Jul
  8. | Aug
  9. | Sep
  10. | Oct
  11. | Nov
  12. | Dec
Sourceval of_string : string -> t
Sourceval to_string : t -> string
Sourceval day : t -> int
Sourceval month : t -> month
Sourceval year : t -> int
Sourceval hour : t -> int
Sourceval min : t -> int
Sourceval sec : t -> int
Sourceval wday : t -> wday