Shortcut date format strings
More...
|
|
const string | SixCharacter = "yyMMdd" |
| | Year-Month-Date 6 Character Date Representation.
|
| |
|
const string | EightCharacter = "yyyyMMdd" |
| | YYYY-MM-DD Eight Character Date Representation.
|
| |
|
const string | TwelveCharacter = "yyyyMMdd HH:mm" |
| | Daily and hourly time format.
|
| |
|
const string | DB = "yyyy-MM-dd HH:mm:ss" |
| | MySQL Format Date Representation.
|
| |
|
const string | UI = "yyyy-MM-dd HH:mm:ss" |
| | QuantConnect UX Date Representation.
|
| |
|
const string | USShort = "M/d/yy h:mm tt" |
| | en-US Short Date and Time Pattern
|
| |
|
const string | USShortDateOnly = "M/d/yy" |
| | en-US Short Date Pattern
|
| |
|
const string | US = "M/d/yyyy h:mm:ss tt" |
| | en-US format
|
| |
|
const string | USDateOnly = "M/d/yyyy" |
| | en-US Date format
|
| |
|
const string | Forex = "yyyyMMdd HH:mm:ss.ffff" |
| | Date format of QC forex data.
|
| |
|
const string | FIX = "yyyyMMdd-HH:mm:ss" |
| | Date format of FIX Protocol UTC Timestamp without milliseconds.
|
| |
|
const string | FIXWithMillisecond = "yyyyMMdd-HH:mm:ss.fff" |
| | Date format of FIX Protocol UTC Timestamp with milliseconds.
|
| |
|
const string | YearMonth = "yyyyMM" |
| | YYYYMM Year and Month Character Date Representation (used for futures)
|
| |
|
|
static string | JsonFormat = "yyyy-MM-ddTHH:mm:ss" [get] |
| | JSON Format Date Representation.
|
| |
Shortcut date format strings
Definition at line 30 of file Global.cs.
The documentation for this class was generated from the following file: