Share via


DateOptions.Today property

Gets the current date.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Today As SimpleDate
    Get
'Usage
Dim instance As DateOptions
Dim value As SimpleDate

value = instance.Today
public SimpleDate Today { get; }

Property value

Type: Microsoft.SharePoint.Utilities.SimpleDate
A SimpleDate value that indicates the current date.

See also

Reference

DateOptions class

DateOptions members

Microsoft.SharePoint.Utilities namespace