YMD

Undocumented in source.

Members

Functions

centurySpecified
bool centurySpecified()

century_specified getter

length
size_t length()

length getter

probableYearIndex
int probableYearIndex(Range tokens)

Attempt to deduce if a pre 100 year was lost due to padded zeros being taken off

put
void put(N val)
void put(S val)

Put a value in that represents a year, month, or day

resolveYMD
auto resolveYMD(R tokens, N mstridx, bool yearfirst, bool dayfirst)

Turns the array of ints into a Tuple of three, representing the year, month, and day.

Static functions

couldBeYear
bool couldBeYear(Range token, N year)

Params

Meta