Click or drag to resize

Date Constructor (DateTime)

IT Hit WebDAV Classes Reference
Creates a new instance of this class with in which all components are valid (the Components property set to DateAndTime).

Namespace:  ITHit.Collab
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public Date(
	DateTime date
)

Parameters

date
Type: SystemDateTime
Date and time.
Remarks

To create a date-time in UTC, the Kind passed in [!:date] parameter must be set to Utc. To create a "floating" date-time, the Kind passed in [!:date] parameter must be set to Local.

See Also