示例#1
0
        /// <summary>
        ///
        /// </summary>
        /// <param name="volume"></param>
        /// <returns></returns>
        public static Timezone Get(string volume)
        {
            Helper.getVolumeName(ref volume);
            string volLetter = Helper.GetVolumeLetter(volume);

            return(Timezone.GetByPath(volLetter + @"\Windows\system32\config\SYSTEM"));
        }
示例#2
0
 public static Timezone Get()
 {
     return(Timezone.Get(@"C:\Windows\system32\config\SYSTEM"));
 }