Duration(Int 32, Int 32, Time Span) Constructor
Construct a duration from a number of months, weeks, and a TimeSpan
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public Duration(
int months,
int weeks,
TimeSpan timeSpan
)VB
Public Sub New (
months As Integer,
weeks As Integer,
timeSpan As TimeSpan
)C++
public:
Duration(
int months,
int weeks,
TimeSpan timeSpan
)F#
new :
months : int *
weeks : int *
timeSpan : TimeSpan -> Duration