iControl.SystemSystemInfo.get_time C# (CSharp) Method

get_time() private method

private get_time ( ) : CommonTimeStamp
return CommonTimeStamp
        public CommonTimeStamp get_time(

	)
        {
            object [] results = this.Invoke("get_time", new object [0]);
            return ((CommonTimeStamp)(results[0]));
        }
SystemSystemInfo