Struct windows::System::TimeZoneSettings
pub struct TimeZoneSettings;
Implementations§
§impl TimeZoneSettings
impl TimeZoneSettings
pub fn CurrentTimeZoneDisplayName() -> Result<HSTRING>
pub fn SupportedTimeZoneDisplayNames() -> Result<IVectorView<HSTRING>>
pub fn CanChangeTimeZone() -> Result<bool>
pub fn ChangeTimeZoneByDisplayName(timezonedisplayname: &HSTRING) -> Result<()>
pub fn AutoUpdateTimeZoneAsync( timeout: TimeSpan, ) -> Result<IAsyncOperation<AutoUpdateTimeZoneStatus>>
Auto Trait Implementations§
impl Freeze for TimeZoneSettings
impl RefUnwindSafe for TimeZoneSettings
impl Send for TimeZoneSettings
impl Sync for TimeZoneSettings
impl Unpin for TimeZoneSettings
impl UnwindSafe for TimeZoneSettings
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more