Struct datetime::ZonedDateTime [] [src]

pub struct ZonedDateTime<'a> { /* fields omitted */ }

Methods

impl<'a> ZonedDateTime<'a>
[src]

Trait Implementations

impl<'a> Debug for ZonedDateTime<'a>
[src]

Formats the value using the given formatter.

impl<'a> DatePiece for ZonedDateTime<'a>
[src]

The year, in absolute terms. This is in human-readable format, so the year 2014 actually has a year value of 2014, rather than 14 or 114 or anything like that. Read more

The month of the year.

The day of the month, from 1 to 31.

The day of the year, from 1 to 366.

The day of the week.

The number of years into the century. This is the same as the last two digits of the year. Read more

The year number, relative to the year 2000. Internally, many routines use years relative the year 2000, rather than the year 0 (well, 1 BCE). Read more

impl<'a> TimePiece for ZonedDateTime<'a>
[src]

The hour of the day.

The minute of the hour.

The second of the minute.

The millisecond of the second.