mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
2
sharepoint/SharePoint.d.ts
vendored
2
sharepoint/SharePoint.d.ts
vendored
@@ -4573,7 +4573,7 @@ declare module SP {
|
||||
get_id(): number;
|
||||
get_information(): SP.TimeZoneInformation;
|
||||
localTimeToUTC(date: Date): SP.DateTimeResult;
|
||||
uTCToLocalTime(date: Date): SP.DateTimeResult;
|
||||
utcToLocalTime(date: Date): SP.DateTimeResult;
|
||||
}
|
||||
export class TimeZoneCollection extends SP.ClientObjectCollection<TimeZone> {
|
||||
itemAt(index: number): SP.TimeZone;
|
||||
|
||||
Reference in New Issue
Block a user