Jump to content

Malice

Member
  • Posts

    1
  • Joined

  • Last visited

Reputation

0 Neutral

About Malice

  • Birthday 05/16/1999

Personal Information

  • Location
    Cairo
  1. This is because Environment.TickCount returns values from Int32.MinValue to Int32.MaxValue. Therefore, if the system has been running for 24.9 days, the counter will turn negative and the expression Expired = Environment.TickCount-Elapsed > Timeout will return false for the next 24.9 days.
×
×
  • Create New...