DayTimeDuration.SecondsInDay PropertyDayTimeDuration.SecondsInDay PropertyDayTimeDuration::SecondsInDay Property

Gets the number of seconds past the number of whole days in this duration.

Syntax

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

Property Value

Type: System.DecimalSystem.DecimalSystem::Decimal

The number of seconds past the number of whole days in this duration.