var oDate = Pm.CreatePmDateObject(); // Wytworzy obiekt z czasem bieżącym var nMonth = oDate.GetMonth();
var oDate = Pm.CreatePmDateObject(tDate); var nMonth = oDate.GetMonth();