Skip to content

Current Date Time #26

@Pursoth1815

Description

@Pursoth1815

What is the procedure to Check whether the Auto Date time is enabled or not using SystemSettings For IOS

bool isAutoDatetimeEnabled = false;

bool timeAuto = await DatetimeSetting.timeIsAuto();
bool timezoneAuto = await DatetimeSetting.timeZoneIsAuto();
timezoneAuto && timeAuto
? isAutoDatetimeEnabled = true
: isAutoDatetimeEnabled = false; this code works fine in android but for IOS i need to find other way

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions