GregorianDateSecond Property |
Gets the second, including fractional seconds (in the range 0.0 up to, but not
including, 61.0). A value between 60.0 and 61.0 indicates a leap second.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double Second { get; }
Public ReadOnly Property Second As Double
Get
public:
property double Second {
double get ();
}
member Second : float with get
Property Value
Type:
DoubleSee Also