GregorianDate.Now Property |
Gets the
GregorianDate that represents the current date and time.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static GregorianDate Now { get; }
Public Shared ReadOnly Property Now As GregorianDate
Get
public:
static property GregorianDate Now {
GregorianDate get ();
}
static member Now : GregorianDate with get
Property Value
Type:
GregorianDate
See Also