Interface ITimeZoneService
Service to retrieve System.TimeZone entries
public interface ITimeZoneService
Methods
GetTimeZones()
Get the list of time zones
List<TimeZone> GetTimeZones()
Returns
- List<TimeZone>
Service to retrieve System.TimeZone entries
public interface ITimeZoneService
Get the list of time zones
List<TimeZone> GetTimeZones()