Re: [Vala] Vala time handling.
- From: Karl Lattimer <karl qdh org uk>
- To: Jürg Billeter <j bitron ch>
- Cc: vala-list gnome org
- Subject: Re: [Vala] Vala time handling.
- Date: Mon, 06 Oct 2008 16:16:51 +0100
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]