Gregorian.split

Overridden. Get the components of a Time structure using the rules of the calendar. This is useful if you want more than one of the given components. Note that this doesn't handle the time of day, as that is calculated directly from the Time struct.

class Gregorian
override const
void
split
(
const(Time) time
,
ref uint year
,
ref uint month
,
ref uint day
,
ref uint doy
,
ref uint dow
,
ref uint era
)

Meta