pub trait IAppointmentsProviderShowTimeFrameActivatedEventArgs_Impl: Sized + IActivatedEventArgs_Impl + IAppointmentsProviderActivatedEventArgs_Impl {
    // Required methods
    fn TimeToShow(&self) -> Result<DateTime>;
    fn Duration(&self) -> Result<TimeSpan>;
}

Required Methods§

fn TimeToShow(&self) -> Result<DateTime>

fn Duration(&self) -> Result<TimeSpan>

Object Safety§

This trait is not object safe.

Implementors§