TimeWithZone.Second PropertyTimeWithZone.Second PropertyTimeWithZone::Second Property

Gets the seconds component of this TimeWithZoneTimeWithZoneTimeWithZone.

Syntax

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

Property Value

Type: System.DecimalSystem.DecimalSystem::Decimal

A decimalDecimaldecimal representing the seconds component of this TimeWithZoneTimeWithZoneTimeWithZone.