Guest User

Untitled

a guest
Feb 19th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. public void main()
  2. {
  3. Value val = new GLib.DateTime(new GLib.TimeZone.local(), 1, 1, 1, 1, 1, 1.0);
  4. print(@"$(val.type() == typeof(GLib.DateTime))\n");
  5. }
Add Comment
Please, Sign In to add comment