Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration Duration

Index

Enumeration members

Enumeration members

Day

Day: = Hour * 24

Hour

Hour: = Minute * 60

Millisecond

Millisecond: = 1

Minute

Minute: = Second * 60

Month

Month: = Week * 4

Second

Second: = Millisecond * 1000

Week

Week: = Day * 7

Year

Year: = Month * 12