Skip to content

Latest commit

 

History

History
 
 

Documentation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Time

Time is a Swift package for conveniently and easily performing calendrically correct date-and-time calculations.

The documentation is divided into three main sections:

Overview

  1. Motivation

    Why Time was created, and what problems it's trying to solve.

  2. Roadmap

    Features that Time will be gaining in the future.

  3. Goals

    The goals (and non-goals) of Time.

  4. Inspiration

    Other pieces of code that inspired Time's implementation.

Usage

  1. Core Concepts
  2. The Clock Type
  3. The TimePeriod Type
  4. Adjusting TimePeriods
  5. Finding Differences Between TimePeriods
  6. Iterating over TimePeriods
  7. Formatting TimePeriods

Gotchas

  1. Addition