Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 4.74 KB

AnnotationDateTime.md

File metadata and controls

15 lines (12 loc) · 4.74 KB

AnnotationDateTime

Date annotation (null if annotation is not a date)

Properties

Name Type Required Description
Size double Font size of the text in pt
Font AnnotationFont
Color string Color of the text in hex format
AutoFill bool Whether the date should be automatically filled
Timezone string Timezone of the date
Timestamp long Unix timestamp of the date
Format AnnotationDateTimeFormat Format of the date time (DMY_NUMERIC_SLASH is day/month/year with slashes, MDY_NUMERIC_SLASH is month/day/year with slashes, YMD_NUMERIC_SLASH is year/month/day with slashes, DMY_NUMERIC_DASH_SHORT is day/month/year with dashes, DMY_NUMERIC_DASH is day/month/year with dashes, YMD_NUMERIC_DASH is year/month/day with dashes, MDY_TEXT_DASH_SHORT is month/day/year with dashes, MDY_TEXT_SPACE_SHORT is month/day/year with spaces, MDY_TEXT_SPACE is month/day/year with spaces)