Trait polars::prelude::PolarsMonthEnd

source ·
pub trait PolarsMonthEnd {
    // Required method
    fn month_end(&self, time_zone: Option<&Tz>) -> Result<Self, PolarsError>
       where Self: Sized;
}
Available on crate feature temporal only.

Required Methods§

source

fn month_end(&self, time_zone: Option<&Tz>) -> Result<Self, PolarsError>
where Self: Sized,

Implementors§