AsnWriter.WriteGeneralizedTime Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Write the provided DateTimeOffset as a GeneralizedTime with a specified UNIVERSAL 24, optionally excluding the fractional seconds.
public void WriteGeneralizedTime(DateTimeOffset value, bool omitFractionalSeconds = false, System.Formats.Asn1.Asn1Tag? tag = default);
member this.WriteGeneralizedTime : DateTimeOffset * bool * Nullable<System.Formats.Asn1.Asn1Tag> -> unit
Public Sub WriteGeneralizedTime (value As DateTimeOffset, Optional omitFractionalSeconds As Boolean = false, Optional tag As Nullable(Of Asn1Tag) = Nothing)
Parameters
- value
- DateTimeOffset
The value to write.
- omitFractionalSeconds
- Boolean
true
to treat the fractional seconds in value
as 0 even if
a non-zero value is present.
Exceptions
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.