Exemple #1
0
 public string GetTime(string type = null)
 {
     if (type == null)
     {
         return(Marshal.PtrToStringAnsi(Luna.GetTime("TIME")));
     }
     else
     {
         return(Marshal.PtrToStringAnsi(Luna.GetTime(type)));
     }
 }