Duration.Seconds PropertyDuration.Seconds PropertyDuration::Seconds Property

Gets the seconds component of the current DurationDurationDuration.

Syntax

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

Property Value

Type: System.DecimalSystem.DecimalSystem::Decimal

The number of whole and partial seconds in this instance. The values range between -60 and 60 exclusive.