E
Elmar Jacobs
hi guys,
i try in this way
c#
System.DateTime actDateTime = CDocument.instance().getDateTime();
lastWarningDateTime = actDateTime;
lastWarningDateTime.AddMinutes(6);
if (lastWarningDateTime == actDateTime)
actDateTime = actDateTime;
c#
to add an offset in an instance of DateTime class. It's not working. The
compare shows that botth instance have the same value after adding the
offset.
Do anybody knows what i do wrong?
thanks a lot,
elmar
i try in this way
c#
System.DateTime actDateTime = CDocument.instance().getDateTime();
lastWarningDateTime = actDateTime;
lastWarningDateTime.AddMinutes(6);
if (lastWarningDateTime == actDateTime)
actDateTime = actDateTime;
c#
to add an offset in an instance of DateTime class. It's not working. The
compare shows that botth instance have the same value after adding the
offset.
Do anybody knows what i do wrong?
thanks a lot,
elmar