Date (Constructor)

Summary

Constructs a System.Date object.

Signatures

Click on a signature to select it and view its documentation.

Usage

public Date()

Description

Constructs a System.Date object initialized to the current system time.

Examples

Basic Usage
1
2
3
import System;
 
Date d = new Date();

Share

HTML | BBCode | Direct Link