0.0.1 • Published 1 year ago
capacitor-datetime-setting v0.0.1
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
Prop | Type |
---|---|
value | boolean |
0.0.1
1 year ago