Click or drag to resize

ITzInfoFileReaderFileContents Property

Returns the contents of the tzinfo file that the class has read

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.0.8475.0
Syntax
C#
ICollection<string> FileContents { get; }

Property Value

ICollectionString
Remarks
If Initialized is false, the collection will be empty
See Also