Bridge

DateTime..::..Now Property

Gets a DateTime object that is set to the current date and time on this computer, expressed as the local time.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static DateTime Now { get; }
<TemplateAttribute> _
Public Shared ReadOnly Property Now As DateTime
	Get
[TemplateAttribute]
public:
static property DateTime^ Now {
	DateTime^ get ();
}

Return Value

An object whose value is the current local date and time.