Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. @functions
  2. {
  3. protected override void OnInit()
  4. {
  5. Console.WriteLine($"OS: {RuntimeInformation.OSDescription} {RuntimeInformation.OSArchitecture}");
  6. Console.WriteLine($"Processor: {RuntimeInformation.ProcessArchitecture}");
  7.  
  8. Console.WriteLine($"Timezone is {TimeZoneInfo.Local}");
  9. Console.WriteLine($"Date time is {DateTime.Now}");
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement