'Declaration
Function GetLifetimeInMonthsFrom( _ ByVal fromDateTime As Date _ ) As Integer
'Usage
Dim instance As _CertificateGenerationParameters Dim fromDateTime As Date Dim value As Integer value = instance.GetLifetimeInMonthsFrom(fromDateTime)
int GetLifetimeInMonthsFrom( DateTime fromDateTime )
int GetLifetimeInMonthsFrom( DateTime fromDateTime )
Parameters
- fromDateTime
- The date from which to calculate the maximum lifetime.