'Declaration
Public Shared Function RepresentsFullYear( _ ByVal StartDate As Nullable(Of Date), _ ByVal EndDate As Nullable(Of Date) _ ) As Boolean
public static bool RepresentsFullYear( Nullable<DateTime> StartDate, Nullable<DateTime> EndDate )
public: static bool RepresentsFullYear( Nullable<DateTime> StartDate, Nullable<DateTime> EndDate )
Parameters
- StartDate
- EndDate