Skip to content

BlazoradeLocalizationService

Mika Berglund edited this page Jun 24, 2025 · 1 revision

BlazoradeLocalizationService Class

A service that provides localization information that is only available on the client.

Methods

This service class exposes the following methods.

public Task<TimeSpan> GetClientTimezoneOffsetAsync()

Returns a TimeSpan instance defining the client's timezone offset.

public Task<DateTime> GetClientDateTimeAsync()

Returns a DateTime instance containing the date and time on the client.

Clone this wiki locally