{"id":476,"date":"2010-12-21T21:28:04","date_gmt":"2010-12-21T21:28:04","guid":{"rendered":"https:\/\/ibex.tech\/visualcpp\/?p=476"},"modified":"2022-02-17T06:24:04","modified_gmt":"2022-02-17T06:24:04","slug":"create-random-powerup-value-from-time","status":"publish","type":"post","link":"https:\/\/ibex.tech\/visualcpp\/random\/create-random-powerup-value-from-time","title":{"rendered":"Create random powerup value from time"},"content":{"rendered":"<h4>Create random powerup value from time<\/h4>\n<pre><code>\r\n\tDateTime ^DateTimeNow;\r\n\tDateTimeNow = DateTime::Now;\r\n\tSomeVariable = Convert::ToInt32(DateTimeNow-&gt;Minute) + Convert::ToInt32(DateTimeNow-&gt;Second) + Convert::ToInt32(DateTimeNow-&gt;Millisecond);\t\t\/\/Create a random startup value\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Create random powerup value from time DateTime ^DateTimeNow; DateTimeNow = DateTime::Now; SomeVariable = Convert::ToInt32(DateTimeNow-&gt;Minute) + Convert::ToInt32(DateTimeNow-&gt;Second) + Convert::ToInt32(DateTimeNow-&gt;Millisecond); \/\/Create a random startup value<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[64,46],"tags":[],"class_list":["post-476","post","type-post","status-publish","format-standard","hentry","category-date-time","category-random"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts\/476","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/comments?post=476"}],"version-history":[{"count":3,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts\/476\/revisions"}],"predecessor-version":[{"id":1071,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts\/476\/revisions\/1071"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/media?parent=476"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/categories?post=476"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/tags?post=476"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}