Represents the operator that returns the year from the specified DateTime.
For a list of all members of this type, see Year Members.
System.Object
Microsoft.RuleEngine.Term
Microsoft.RuleEngine.Function
Microsoft.RuleEngine.TemporalFunction
Microsoft.RuleEngine.Year
<Serializable>
NotInheritable Public Class Year
Inherits TemporalFunction
[C#]
[Serializable]
public sealed class Year : TemporalFunction
[C++]
[Serializable]
public __gc __sealed class Year : public TemporalFunction
[JScript]
public
Serializable
class Year extends TemporalFunction
Thread Safety
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Remarks
The return value of the operation is an integer in the range of 0 to 9999.
Requirements
Namespace: Microsoft.RuleEngine
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003
Assembly: Rule Engine DLL (in Microsoft.RuleEngine.dll)
See Also
Year Members | Microsoft.RuleEngine Namespace