mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Capitalization error
http://msdn.microsoft.com/en-us/library/office/jj245318(v=office.15).aspx
This commit is contained in:
Vendored
+1
-1
@@ -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