We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A service that provides localization information that is only available on the client.
This service class exposes the following methods.
public Task<TimeSpan> GetClientTimezoneOffsetAsync()
Returns a TimeSpan instance defining the client's timezone offset.
TimeSpan
public Task<DateTime> GetClientDateTimeAsync()
Returns a DateTime instance containing the date and time on the client.
DateTime