TimeWithZone.SecondsPastMidnight PropertyTimeWithZone.SecondsPastMidnight PropertyTimeWithZone::SecondsPastMidnight Property

Gets the number of whole and partial seconds from midnight.

Syntax

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

Property Value

Type: System.DecimalSystem.DecimalSystem::Decimal

A decimalDecimaldecimal value which is the number of whole and partial seconds from midnight.