Converts the date/time to this computer's local date/time.
Namespace: iCalAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public DateTime Local { get; } |
Visual Basic |
---|
Public ReadOnly Property Local As DateTime Get |
Visual C++ |
---|
public: virtual property DateTime Local { DateTime get () sealed; } |