LocalDateDaysSinceJan1 Method  | 
 
            Returns the amount of days since Jan 1, for a given month/day
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.13.0
Syntaxpublic static int DaysSinceJan1(
	int year,
	int month,
	int day
)
Parameters
- year
 - Type: SystemInt32
 - month
 - Type: SystemInt32
 - day
 - Type: SystemInt32
 
Return Value
Type: 
Int32
See Also