Catalyst File Transfer .NET

FileTransfer.Localize Property

Gets and sets a value which specifies if time and dates should be adjusted for the current timezone.

[Visual Basic]
Public Property Localize As Boolean
[C#]
public bool Localize {get; set;}

Property Value

A boolean value which specifies if file time and dates should be adjusted for the local timezone. The default value is false.

Remarks

The Localize property controls how remote file date and time values are localized when the GetFileTime method is called. If the property is set to true the file date and time will be adjusted to the current timezone. If the property is set to false the file date and time are returned as UTC (Universal Coordinated Time) values.

See Also

FileTransfer Class | SocketTools Namespace