مشاركة عبر


TimeZones interface

واجهة تمثل TimeZones.

الأساليب

get(string, string, TimeZonesGetOptionalParams)

الحصول على منطقة زمنية مدارة لمثيل.

listByLocation(string, TimeZonesListByLocationOptionalParams)

يحصل على قائمة بمناطق وقت المثيل المدارة حسب الموقع.

تفاصيل الأسلوب

get(string, string, TimeZonesGetOptionalParams)

الحصول على منطقة زمنية مدارة لمثيل.

function get(locationName: string, timeZoneId: string, options?: TimeZonesGetOptionalParams): Promise<TimeZone>

المعلمات

locationName

string

timeZoneId

string

options
TimeZonesGetOptionalParams

معلمات الخيارات.

المرتجعات

Promise<TimeZone>

listByLocation(string, TimeZonesListByLocationOptionalParams)

يحصل على قائمة بمناطق وقت المثيل المدارة حسب الموقع.

function listByLocation(locationName: string, options?: TimeZonesListByLocationOptionalParams): PagedAsyncIterableIterator<TimeZone, TimeZone[], PageSettings>

المعلمات

locationName

string

options
TimeZonesListByLocationOptionalParams

معلمات الخيارات.

المرتجعات