Skip to content

Instantly share code, notes, and snippets.

@Anachron
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save Anachron/9682181 to your computer and use it in GitHub Desktop.

Select an option

Save Anachron/9682181 to your computer and use it in GitHub Desktop.
Collection of Settings for custom DataTypes

##Basic

Bool

Boolean

A Boolean represents a flag, true or false.

Default: false
Nullable: false

Number

Integer

An Integer represents a numeric value, such as 5 or -142.000.000.

Default: 0
Nullable: false
Signed: true
From: null
Until: null

Float

Day

Week

Month

Year

Milisecond

Second

Minute

Hour

String

##Complex

Time

Date

DateTime

TimeSpan

A time span is a specific amount of time, for example two months or one year two months. Uses

  • Milisecond
  • Second
  • Minute
  • Hour
  • Day
  • week
  • Month
  • Year
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment