Asn1GeneralizedTime(DateTime, Boolean) Constructor
Initializes a new instance of the Asn1GeneralizedTime class from a date time object
to encode and value that indicates whether to include millisecond information.
Namespace: SysadminsLV.Asn1Parser.UniversalAssembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.2.11
public Asn1GeneralizedTime(
DateTime time,
bool preciseTime
)
Public Sub New (
time As DateTime,
preciseTime As Boolean
)
public:
Asn1GeneralizedTime(
DateTime time,
bool preciseTime
)
new :
time : DateTime *
preciseTime : bool -> Asn1GeneralizedTime
Parameters
- time DateTime
- A DateTime object.
- preciseTime Boolean
- True if encoded value should contain millisecond information, otherwise False.