Asn1BuilderAddRfcDateTime Method
Namespace: SysadminsLV.Asn1ParserAssembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.2.11
public Asn1Builder AddRfcDateTime(
DateTime value
)
Public Function AddRfcDateTime (
value As DateTime
) As Asn1Builder
public:
Asn1Builder^ AddRfcDateTime(
DateTime value
)
member AddRfcDateTime :
value : DateTime -> Asn1Builder
- value DateTime
-
Value to encode.
Asn1BuilderCurrent instance with added value.
Dates prior to 2050 year are encoded using UTC Time and dates beginning with 2050 year are encoded using
Generalized Time.