Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7873645
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T02:34:35+00:00 2026-06-03T02:34:35+00:00

What is the WinRT replacement for System.Environment.TickCount?

  • 0

What is the WinRT replacement for System.Environment.TickCount?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T02:34:36+00:00Added an answer on June 3, 2026 at 2:34 am

    It should be available, because it isn’t a problem. But it is not, a [TypeForwardedTo] hangup I guess because GetTickCount() isn’t on the white list and .NET never adopted GetTickCount64. The standard fallback works fine, you can use pinvoke the call the native Windows function. I verified that a program that uses it passes the Windows App Certification Kit test.

        [System.Runtime.InteropServices.DllImport("kernel32.dll")]
        private static extern long GetTickCount64();
    

    Note that it returns a long, not an int. You can simply cast to int to truncate if that’s important in C# (but not vb.net, just lie about the return type)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

System.Diagnostics.Trace , System.Diagnostics.EventLog , and System.Console all seem to be unavailable. Does WinRT include
I know that file system access in WinRT is different (read: isolated), but I'm
In .Net4.5 we have namespaces starts with system and 'WinRT & Metro style API'
The WinRT API function DataPackage::SetStorageItems takes a parameter of type IIterable<IStorageItem^>^ . What I
I'm new to WinRT and was exploring it's security features and I've got a
I am writing a C++ WinRT Component DLL for use in my .NET-based WinRT
I am wondering if there is any (Win8 Metro-styled) WinRT/XAML component that can be
I never actually built an application (nor a HelloWorld) in WinRT, and I'm very
I have an application I'm writing for Windows 8/WinRT that uses the StreamSocket API
I have an out of browser app with silverlight. If I switch to winrt

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.