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.WebDAVAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntaxpublic Date(
DateTime date
)
Public Sub New (
date As DateTime
)
public:
Date(
DateTime date
)
new :
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