Return a time string as an adjusted date with a 4 digit year. This goes in the range of 1950 - 2049.

Namespace: Org.BouncyCastle.Asn1
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Collapse imageSyntax

C#
public string AdjustedTimeString { get; }
Visual Basic
Public ReadOnly Property AdjustedTimeString As String
	Get
Visual C++
public:
property String^ AdjustedTimeString {
	String^ get ();
}

Collapse imageSee Also