UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

14 lines (13 loc) 260 B
/** * Enum representation of a standard unit of time */ export declare enum TimeUnit { Millisecond = 1, Second = 1000, Minute = 60000, Hour = 3600000, Day = 86400000, Week = 604800000, Month = 2592000000, Year = 31536000000 }