ITimeZoneFactoryFindAsync Method
Namespace: InnerDrive.TimeZonesAssembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9417.0
Task<IdtTimeZone> FindAsync(
string? zoneName,
ZoneNotFoundBehavior zoneNotFoundBehavior = ZoneNotFoundBehavior.ThrowOnNotFound,
CancellationToken cancellationToken = default
)
- zoneName String
- The name of the IdtTimeZone to find.
- zoneNotFoundBehavior ZoneNotFoundBehavior (Optional)
- Determines the behavior of the method
if the zone specified in zoneName cannot be found.
- cancellationToken CancellationToken (Optional)
- A CancellationToken
controlling the request lifetime
TaskIdtTimeZoneA
IdtTimeZone.