Asn1UtcTime(DateTime, Boolean) Constructor

Initializes a new instance of the Asn1UtcTime class from a date time object to encode and value that indicates whether to include millisecond information.

Definition

Namespace: SysadminsLV.Asn1Parser.Universal
Assembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.2.11
C#
public Asn1UtcTime(
	DateTime time,
	bool preciseTime
)

Parameters

time  DateTime
A DateTime object.
preciseTime  Boolean
True if encoded value should contain millisecond information, otherwise False.

See Also