SYSTEMTIME.year Property

 

Applies To: SQL Server 2016 Preview

Namespace:   ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Syntax

public short year { get; set; }
public:
property short year {
    short get();
    void set(short value);
}
member year : int16 with get, set
Public Property year As Short

Property Value

Type: System.Int16

See Also

SYSTEMTIME Class
ReportService2010 Namespace

Return to top