DayTimeDuration.TotalSeconds PropertyDayTimeDuration.TotalSeconds PropertyDayTimeDuration::TotalSeconds Property

Gets the value of the current DayTimeDurationDayTimeDurationDayTimeDuration expressed as a number of seconds.

Syntax

Public ReadOnly Property TotalSeconds As Decimal
        Get
public decimal TotalSeconds { get; }
public:
property decimal TotalSeconds {
    decimal get();
}
 

Property Value

Type: System.DecimalSystem.DecimalSystem::Decimal

The total number of complete and partial seconds represented by this duration.