Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.16 KB

connectionprofile_getlocalusage_2102872925.md

File metadata and controls

34 lines (24 loc) · 1.16 KB
-api-id -api-type
M:Windows.Networking.Connectivity.ConnectionProfile.GetLocalUsage(Windows.Foundation.DateTime,Windows.Foundation.DateTime)
winrt method

Windows.Networking.Connectivity.ConnectionProfile.GetLocalUsage

-description

Note

GetLocalUsage may be altered or unavailable for releases after Windows 8.1. Instead, use GetNetworkUsageAsync

Gets the estimated data usage for a connection during over a specific period of time.

-parameters

-param StartTime

The start date/time for the usage data request.

-param EndTime

The end date/time for the usage data request.

-returns

The requested local data usage information.

-remarks

For an example of how this method is used, see How to retrieve connection usage data for a specific period of time.

-examples

-see-also

GetLocalUsage(DateTime, DateTime, RoamingStates)