Re: [Vala] Vala time handling.




If you only need an integer timestamp of the current time, you can cast
a time_t value, e.g.

      long t = (long) time_t ();

Better not to use a sledge hammer to swat a fly huh! that's a lot easier
thanks :)

BR,
 K




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]