OWLIFT .NET Library for Windows: OWLIFT.OwDateTime Struct Reference
OWLIFT .NET Library for Windows  1.9.3
Top Page
List of all members | Public Attributes
OWLIFT.OwDateTime Struct Reference

Public Attributes

UInt16 year
 
UInt16 month
 
UInt16 dayOfWeek
 
UInt16 day
 
UInt16 hour
 
UInt16 minute
 
UInt16 second
 
UInt16 millisecond
 

Detailed Description

Represents a date time.

Member Data Documentation

◆ day

UInt16 OWLIFT.OwDateTime.day

Day (1..31)

◆ dayOfWeek

UInt16 OWLIFT.OwDateTime.dayOfWeek

Day of week (0..6), 0=Sunday, 1=Monday, ..

◆ hour

UInt16 OWLIFT.OwDateTime.hour

Hour (0..23)

◆ millisecond

UInt16 OWLIFT.OwDateTime.millisecond

Milli second 0..999

◆ minute

UInt16 OWLIFT.OwDateTime.minute

Minute (0..59)

◆ month

UInt16 OWLIFT.OwDateTime.month

Month (1..12)

◆ second

UInt16 OWLIFT.OwDateTime.second

Second (0..59)

◆ year

UInt16 OWLIFT.OwDateTime.year

Year (2000..)