0.0.1 • Published 1 year ago

capacitor-datetime-setting v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

capacitor-datetime-setting

Get information about AUTO_TIME and AUTO_TIME_ZONE. Only support Android.

Install

npm install capacitor-datetime-setting
npx cap sync

API

isAutoTimeEnabled()

isAutoTimeEnabled() => Promise<BooleanResult>

Returns: Promise<BooleanResult>


isAutoTimeZoneEnabled()

isAutoTimeZoneEnabled() => Promise<BooleanResult>

Returns: Promise<BooleanResult>


Interfaces

BooleanResult

PropType
valueboolean
0.0.1

1 year ago