GregorianDate.Second 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic double Second { get; }
Public ReadOnly Property Second As Double
Get
public:
property double Second {
double get ();
}
member Second : float with get
Property Value
Type:
Double
See Also