add timezone to timespan
This commit is contained in:
3
dist/timehelper.d.ts
vendored
3
dist/timehelper.d.ts
vendored
@@ -1,7 +1,8 @@
|
||||
export declare class TimeSpan {
|
||||
private start;
|
||||
private end;
|
||||
constructor(timeSpanStr: string);
|
||||
private timeZone;
|
||||
constructor(timeSpanStr: string, timeZone: string);
|
||||
private parseTime;
|
||||
contains(timestamp?: number): boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user